aboutsummaryrefslogtreecommitdiffstats
path: root/nihil/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nihil/CMakeLists.txt')
-rw-r--r--nihil/CMakeLists.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/nihil/CMakeLists.txt b/nihil/CMakeLists.txt
index 383dd0a..1e9962b 100644
--- a/nihil/CMakeLists.txt
+++ b/nihil/CMakeLists.txt
@@ -4,10 +4,14 @@ add_library(nihil STATIC)
target_sources(nihil PUBLIC
FILE_SET modules TYPE CXX_MODULES FILES
nihil.ccm
+ command_map.ccm
ctype.ccm
fd.ccm
generator.ccm
generic_error.ccm
getenv.ccm
guard.ccm
- tabulate.ccm)
+ next_word.ccm
+ skipws.ccm
+ tabulate.ccm
+ usage_error.ccm)