Skip to content

Commit e301db5

Browse files
committed
Updated source file generation of the 05_streamingandbufferdeviceaddressappSPIRV project
1 parent f1a3ee5 commit e301db5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

05_StreamingAndBufferDeviceAddressApp/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ set(DEPENDS
2828
app_resources/common.hlsl
2929
app_resources/shader.comp.hlsl
3030
)
31+
target_sources(${EXECUTABLE_NAME} PRIVATE ${DEPENDS})
32+
set_source_files_properties(${DEPENDS} PROPERTIES HEADER_FILE_ONLY ON)
3133

3234
set(JSON [=[
3335
[

0 commit comments

Comments
 (0)