aboutsummaryrefslogtreecommitdiffstats
path: root/nihil/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'nihil/CMakeLists.txt')
-rw-r--r--nihil/CMakeLists.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/nihil/CMakeLists.txt b/nihil/CMakeLists.txt
index 6406294..6dcec2c 100644
--- a/nihil/CMakeLists.txt
+++ b/nihil/CMakeLists.txt
@@ -1,8 +1,8 @@
# This source code is released into the public domain.
add_library(nihil STATIC)
-target_sources(nihil PUBLIC
- FILE_SET modules TYPE CXX_MODULES FILES
+target_sources(nihil
+ PUBLIC FILE_SET modules TYPE CXX_MODULES FILES
nihil.ccm
argv.ccm
command_map.ccm
@@ -25,6 +25,14 @@ target_sources(nihil PUBLIC
tabulate.ccm
usage_error.ccm
write_file.ccm
+
+ PRIVATE
+ exec.cc
+ fd.cc
+ find_in_path.cc
+ getenv.cc
+ open_file.cc
+ process.cc
)
if(NIHIL_TESTS)