aboutsummaryrefslogtreecommitdiffstats
path: root/nihil.std/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nihil.std/CMakeLists.txt')
-rw-r--r--nihil.std/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/nihil.std/CMakeLists.txt b/nihil.std/CMakeLists.txt
new file mode 100644
index 0000000..27209a0
--- /dev/null
+++ b/nihil.std/CMakeLists.txt
@@ -0,0 +1,7 @@
+# This source code is released into the public domain.
+
+add_library(nihil.std STATIC)
+target_sources(nihil.std
+ PUBLIC FILE_SET modules TYPE CXX_MODULES FILES
+ nihil.std.ccm
+)