summaryrefslogtreecommitdiffstats
path: root/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'source/core')
-rw-r--r--source/core/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt
new file mode 100644
index 000000000..15da2abfb
--- /dev/null
+++ b/source/core/CMakeLists.txt
@@ -0,0 +1,10 @@
+slang_add_target(
+ .
+ STATIC
+ EXCLUDE_FROM_ALL
+ USE_EXTRA_WARNINGS
+ LINK_WITH_PRIVATE
+ miniz lz4_static Threads::Threads ${CMAKE_DL_LIBS}
+ LINK_WITH_PUBLIC unordered_dense::unordered_dense
+ INCLUDE_DIRECTORIES_PUBLIC ${slang_SOURCE_DIR}/source ${slang_SOURCE_DIR}/include
+)