From ec73e10c56c5bd1ae0a097aafd2f708f98c1001b Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Thu, 18 Apr 2024 17:08:04 -0400 Subject: [PATCH] xo-ratio: build: + utest dir (!) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca9e8c95..44a7c278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -37,7 +37,7 @@ xo_toplevel_compile_options() # ---------------------------------------------------------------- add_subdirectory(example) -#add_subdirectory(utest) +add_subdirectory(utest) #add_subdirectory(docs) # ----------------------------------------------------------------