From f226d46ee02b57dd76a4793593aa8d66e1c58353 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 28 Jun 2025 17:43:28 +0100 Subject: nihil: move uuid to its own module --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3