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 f1a3ee5 commit e301db5Copy full SHA for e301db5
05_StreamingAndBufferDeviceAddressApp/CMakeLists.txt
@@ -28,6 +28,8 @@ set(DEPENDS
28
app_resources/common.hlsl
29
app_resources/shader.comp.hlsl
30
)
31
+target_sources(${EXECUTABLE_NAME} PRIVATE ${DEPENDS})
32
+set_source_files_properties(${DEPENDS} PROPERTIES HEADER_FILE_ONLY ON)
33
34
set(JSON [=[
35
[
0 commit comments