summaryrefslogtreecommitdiffstats
path: root/source/slangc
diff options
context:
space:
mode:
authorEllie Hermaszewska <ellieh@nvidia.com>2024-12-05 17:45:24 +0800
committerGitHub <noreply@github.com>2024-12-05 09:45:24 +0000
commit072cb60bb63e9f3d1c42fa18adcebb77bb4aa6ae (patch)
treef123367640c89e8d112009ccd6fb389a6a24ee92 /source/slangc
parent3f4b3112871bb978ee5104fd36321345da35a8d1 (diff)
Remove duplicate call to install() for libslang (#5767)
Closes https://github.com/shader-slang/slang/issues/5764 Also mention other installed targets in cmake config
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()