Commit 219043b9 authored by Marek Trtik's avatar Marek Trtik
Browse files

Improved integration with vcpkg

parent 34c0ff34
Loading
Loading
Loading
Loading

.gitignore

100644 → 100755
+1 −0
Original line number Diff line number Diff line
@@ -5,6 +5,7 @@
.idea
.vscode
.vs
/vcpkg.json
*.user
CMakeSettings.json
cmake-build-*/

setup/settings.json

0 → 100644
+6 −0
Original line number Diff line number Diff line
{
    "cmake.configureSettings": {
        "CMAKE_TOOLCHAIN_FILE": "<vcpkg-install-dir>/scripts/buildsystems/vcpkg.cmake",
        "CMAKE_BUILD_TYPE": "${buildType}"
    }
}
 No newline at end of file

setup/vcpkg.json

0 → 100644
+7 −0
Original line number Diff line number Diff line
{
    "dependencies": [
        "glad",
        "gtest",
        "stb"
    ]
}