diff options
Diffstat (limited to 'nihil/CMakeLists.txt')
| -rw-r--r-- | nihil/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/nihil/CMakeLists.txt b/nihil/CMakeLists.txt new file mode 100644 index 0000000..383dd0a --- /dev/null +++ b/nihil/CMakeLists.txt @@ -0,0 +1,13 @@ +# 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) |
