We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1f8850d + c4a0d9a commit 8f58d06Copy full SHA for 8f58d06
.gitignore
@@ -5,4 +5,24 @@ build/
5
# IDE Artifacts
6
.idea
7
.vs
8
-.vscode
+## VSCode
9
+.vscode/*
10
+!.vscode/settings.json
11
+!.vscode/tasks.json
12
+!.vscode/launch.json
13
+!.vscode/extensions.json
14
+!.vscode/*.code-snippets
15
+.history/
16
+
17
+# CMake
18
+CMakeLists.txt.user
19
+CMakeCache.txt
20
+CMakeFiles
21
+CMakeScripts
22
+Testing
23
+Makefile
24
+cmake_install.cmake
25
+install_manifest.txt
26
+compile_commands.json
27
+CTestTestfile.cmake
28
+_deps
extern/CMakeLists.txt
@@ -4,6 +4,7 @@ if (NOT ${Vulkan_FOUND})
4
endif ()
# vma-hpp
+option(VMA_HPP_INSTALL "Install vma-hpp" OFF)
add_subdirectory(vma-hpp)
# FmtLib
0 commit comments