Loading .gitignore +11 −11 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ .idea .vscode .vs /vcpkg.json *.user CMakeSettings.json cmake-build-*/ vcpkg_installed No newline at end of file CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,6 @@ set(AGE_3RD_PARTY_LIBRARIES_TO_LINK_WITH ${OPENGL_LIBRARIES} glad::glad ${AGE_MATH_LIBRARY_TO_LINK_WITH} ${Boost_LIBRARIES} ) set(AGE_TESTING_LIBRARY_TO_LINK_WITH Loading setup/vcpkg.json→vcpkg.json +15 −0 Original line number Diff line number Diff line { "dependencies": [ "sdl3", "glad", "gtest", "stb", "glm", "tinygltf" "tinygltf", "boost-math", "boost-algorithm", "boost-property-tree", "boost-lexical-cast", "openxr-loader" ] } Loading
.gitignore +11 −11 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ .idea .vscode .vs /vcpkg.json *.user CMakeSettings.json cmake-build-*/ vcpkg_installed No newline at end of file
CMakeLists.txt +0 −1 Original line number Diff line number Diff line Loading @@ -60,7 +60,6 @@ set(AGE_3RD_PARTY_LIBRARIES_TO_LINK_WITH ${OPENGL_LIBRARIES} glad::glad ${AGE_MATH_LIBRARY_TO_LINK_WITH} ${Boost_LIBRARIES} ) set(AGE_TESTING_LIBRARY_TO_LINK_WITH Loading
setup/vcpkg.json→vcpkg.json +15 −0 Original line number Diff line number Diff line { "dependencies": [ "sdl3", "glad", "gtest", "stb", "glm", "tinygltf" "tinygltf", "boost-math", "boost-algorithm", "boost-property-tree", "boost-lexical-cast", "openxr-loader" ] }