summaryrefslogtreecommitdiffstats
path: root/source/slangc
diff options
context:
space:
mode:
Diffstat (limited to 'source/slangc')
-rw-r--r--source/slangc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/slangc/CMakeLists.txt b/source/slangc/CMakeLists.txt
index fba390b31..59d691bf4 100644
--- a/source/slangc/CMakeLists.txt
+++ b/source/slangc/CMakeLists.txt
@@ -6,5 +6,6 @@ if(SLANG_ENABLE_SLANGC)
DEBUG_DIR ${slang_SOURCE_DIR}
LINK_WITH_PRIVATE core slang Threads::Threads
INSTALL
+ EXPORT_SET_NAME SlangTargets
)
endif()