diff options
Diffstat (limited to 'nihil/CMakeLists.txt')
| -rw-r--r-- | nihil/CMakeLists.txt | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/nihil/CMakeLists.txt b/nihil/CMakeLists.txt index 72f7e22..6406294 100644 --- a/nihil/CMakeLists.txt +++ b/nihil/CMakeLists.txt @@ -10,16 +10,22 @@ target_sources(nihil PUBLIC exec.ccm fd.ccm find_in_path.ccm + format_filesystem.ccm generator.ccm generic_error.ccm getenv.ccm guard.ccm + monad.ccm next_word.ccm + open_file.ccm process.ccm + read_file.ccm skipws.ccm spawn.ccm tabulate.ccm - usage_error.ccm) + usage_error.ccm + write_file.ccm +) if(NIHIL_TESTS) add_subdirectory(tests) |
