aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorLexi Winter <lexi@le-fay.org>2025-06-28 17:43:28 +0100
committerLexi Winter <lexi@le-fay.org>2025-06-28 17:43:28 +0100
commitf226d46ee02b57dd76a4793593aa8d66e1c58353 (patch)
treeacf2aeb5edddb3eef74b9751312cdd417ee63624 /CMakeLists.txt
parent2df6a302882027ff52162a6c1dd2f67547c1ac31 (diff)
downloadnihil-f226d46ee02b57dd76a4793593aa8d66e1c58353.tar.gz
nihil-f226d46ee02b57dd76a4793593aa8d66e1c58353.tar.bz2
nihil: move uuid to its own module
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 435f7ee..9a2b6ab 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,6 +19,7 @@ add_compile_options(-Werror)
add_compile_options(-Wpedantic)
add_subdirectory(nihil.flagset)
+add_subdirectory(nihil.uuid)
add_subdirectory(nihil)
if(NIHIL_UCL)