diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | nihil/CMakeLists.txt (renamed from modules/CMakeLists.txt) | 0 | ||||
| -rw-r--r-- | nihil/ctype.ccm (renamed from modules/ctype.ccm) | 0 | ||||
| -rw-r--r-- | nihil/fd.ccm (renamed from modules/fd.ccm) | 0 | ||||
| -rw-r--r-- | nihil/generator.ccm (renamed from modules/generator.ccm) | 0 | ||||
| -rw-r--r-- | nihil/generic_error.ccm (renamed from modules/generic_error.ccm) | 0 | ||||
| -rw-r--r-- | nihil/getenv.ccm (renamed from modules/getenv.ccm) | 0 | ||||
| -rw-r--r-- | nihil/guard.ccm (renamed from modules/guard.ccm) | 0 | ||||
| -rw-r--r-- | nihil/nihil.ccm (renamed from modules/nihil.ccm) | 0 | ||||
| -rw-r--r-- | nihil/tabulate.ccm (renamed from modules/tabulate.ccm) | 0 |
10 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 7c12885..9df3b46 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ add_compile_options(-Wextra) add_compile_options(-Werror) add_compile_options(-Wpedantic) -add_subdirectory(modules) +add_subdirectory(nihil) add_subdirectory(tests) enable_testing() diff --git a/modules/CMakeLists.txt b/nihil/CMakeLists.txt index 383dd0a..383dd0a 100644 --- a/modules/CMakeLists.txt +++ b/nihil/CMakeLists.txt diff --git a/modules/ctype.ccm b/nihil/ctype.ccm index cc058cd..cc058cd 100644 --- a/modules/ctype.ccm +++ b/nihil/ctype.ccm diff --git a/modules/fd.ccm b/nihil/fd.ccm index ad96ea7..ad96ea7 100644 --- a/modules/fd.ccm +++ b/nihil/fd.ccm diff --git a/modules/generator.ccm b/nihil/generator.ccm index 82bcb27..82bcb27 100644 --- a/modules/generator.ccm +++ b/nihil/generator.ccm diff --git a/modules/generic_error.ccm b/nihil/generic_error.ccm index a582519..a582519 100644 --- a/modules/generic_error.ccm +++ b/nihil/generic_error.ccm diff --git a/modules/getenv.ccm b/nihil/getenv.ccm index 7397b79..7397b79 100644 --- a/modules/getenv.ccm +++ b/nihil/getenv.ccm diff --git a/modules/guard.ccm b/nihil/guard.ccm index 18c6d70..18c6d70 100644 --- a/modules/guard.ccm +++ b/nihil/guard.ccm diff --git a/modules/nihil.ccm b/nihil/nihil.ccm index 69cc282..69cc282 100644 --- a/modules/nihil.ccm +++ b/nihil/nihil.ccm diff --git a/modules/tabulate.ccm b/nihil/tabulate.ccm index debb784..debb784 100644 --- a/modules/tabulate.ccm +++ b/nihil/tabulate.ccm |
