summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2025-02-12 10:42:04 +0800
committerGitHub <noreply@github.com>2025-02-11 18:42:04 -0800
commit6f4267671d7a5c4fa9441c83cf34853f63119f6b (patch)
tree52d4fe547d25246732db8587d9645707cbdf2a2e
parent96529df165daff39770db83f3ed62a0bce26ba7d (diff)
Correct location of copy-headers target (#6327)
-rw-r--r--source/slang/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slang/CMakeLists.txt b/source/slang/CMakeLists.txt
index 14064af83..b9e78407b 100644
--- a/source/slang/CMakeLists.txt
+++ b/source/slang/CMakeLists.txt
@@ -197,6 +197,7 @@ add_custom_target(
"${CMAKE_CURRENT_BINARY_DIR}/slang-version-header/slang-tag-version.h"
"${CMAKE_BINARY_DIR}/$<CONFIG>/include/slang-tag-version.h"
)
+set_target_properties(copy_slang_headers PROPERTIES FOLDER "generated")
#
# Slang itself