summaryrefslogtreecommitdiff
path: root/source/slangc
diff options
context:
space:
mode:
Diffstat (limited to 'source/slangc')
-rw-r--r--source/slangc/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/slangc/CMakeLists.txt b/source/slangc/CMakeLists.txt
new file mode 100644
index 000000000..fba390b31
--- /dev/null
+++ b/source/slangc/CMakeLists.txt
@@ -0,0 +1,10 @@
+if(SLANG_ENABLE_SLANGC)
+ slang_add_target(
+ .
+ EXECUTABLE
+ USE_FEWER_WARNINGS
+ DEBUG_DIR ${slang_SOURCE_DIR}
+ LINK_WITH_PRIVATE core slang Threads::Threads
+ INSTALL
+ )
+endif()