Commit 2d33d2dc authored by Matej Vašek's avatar Matej Vašek
Browse files

feat: switch to vcpkg manifest mode, include only used boost libraries

parent 4031daed
Loading
Loading
Loading
Loading
+11 −11
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
.idea
.vscode
.vs
/vcpkg.json
*.user
CMakeSettings.json
cmake-build-*/
vcpkg_installed
 No newline at end of file
+0 −1
Original line number Diff line number Diff line
@@ -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
+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"
    ]
}