From 2df6a302882027ff52162a6c1dd2f67547c1ac31 Mon Sep 17 00:00:00 2001 From: Lexi Winter Date: Sat, 28 Jun 2025 17:39:51 +0100 Subject: nihil.flagset: new module --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 1efeb51..435f7ee 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,7 @@ add_compile_options(-Wextra) add_compile_options(-Werror) add_compile_options(-Wpedantic) +add_subdirectory(nihil.flagset) add_subdirectory(nihil) if(NIHIL_UCL) -- cgit v1.2.3