aboutsummaryrefslogtreecommitdiffstats
path: root/modules/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'modules/CMakeLists.txt')
-rw-r--r--modules/CMakeLists.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
new file mode 100644
index 0000000..383dd0a
--- /dev/null
+++ b/modules/CMakeLists.txt
@@ -0,0 +1,13 @@
+# This source code is released into the public domain.
+
+add_library(nihil STATIC)
+target_sources(nihil PUBLIC
+ FILE_SET modules TYPE CXX_MODULES FILES
+ nihil.ccm
+ ctype.ccm
+ fd.ccm
+ generator.ccm
+ generic_error.ccm
+ getenv.ccm
+ guard.ccm
+ tabulate.ccm)