summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-07-11 20:51:38 +0800
committerGitHub <noreply@github.com>2024-07-11 20:51:38 +0800
commitc3061afffdc078914cc522538749c6e0c5e36f65 (patch)
tree60a187cd4021235681c2ed95f62231bd7f1df392 /source
parent45baeb32a7db8930cf3dc4f32cb5fefba742c6b5 (diff)
Fix missing include for static slang (#4614)
Diffstat (limited to 'source')
-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 40eca76a9..cc21e0f46 100644
--- a/source/slang/CMakeLists.txt
+++ b/source/slang/CMakeLists.txt
@@ -212,6 +212,7 @@ slang_add_target(
slang-reflect-headers
slang-lookup-tables
SPIRV-Headers
+ INCLUDE_DIRECTORIES_PRIVATE ${CMAKE_CURRENT_BINARY_DIR}/slang-version-header
FOLDER generators
)
target_compile_definitions(