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, 0 insertions, 13 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt
deleted file mode 100644
index 383dd0a..0000000
--- a/modules/CMakeLists.txt
+++ /dev/null
@@ -1,13 +0,0 @@
-# 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)