Loading .gitignore 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -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" ] } Loading
.gitignore 100644 → 100755 +1 −0 Original line number Diff line number Diff line Loading @@ -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" ] }