Skip to content

Commit 6f42676

Browse files
authored
Correct location of copy-headers target (#6327)
1 parent 96529df commit 6f42676

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/slang/CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ add_custom_target(
197197
"${CMAKE_CURRENT_BINARY_DIR}/slang-version-header/slang-tag-version.h"
198198
"${CMAKE_BINARY_DIR}/$<CONFIG>/include/slang-tag-version.h"
199199
)
200+
set_target_properties(copy_slang_headers PROPERTIES FOLDER "generated")
200201

201202
#
202203
# Slang itself

0 commit comments

Comments
 (0)