We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186b2f commit db1b0b4Copy full SHA for db1b0b4
.gitignore
@@ -1,3 +1,2 @@
1
build/
2
-src/spvrc.cpp
3
.vscode/
CMakeLists.txt
@@ -97,7 +97,7 @@ function(spvrc_create_source_file)
97
endfunction()
98
99
# create source file dynamically
100
-set(SPVRC_SRC "${CMAKE_CURRENT_SOURCE_DIR}/src/spvrc.cpp")
+set(SPVRC_SRC "${CMAKE_CURRENT_BINARY_DIR}/spvrc.cpp")
101
file(WRITE "${SPVRC_SRC}"
102
"#include <string_view>
103
#include <cstdint>
0 commit comments