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