From 3baccc8168156b7bf893b2ca0a3f6891bdad2ec8 Mon Sep 17 00:00:00 2001 From: superp00t Date: Mon, 31 Mar 2025 19:40:46 -0400 Subject: [PATCH] fix(build): add dependency on bc --- lib/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index f41015e..43b284e 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -1,3 +1,4 @@ +add_subdirectory(bc) add_subdirectory(squall) add_subdirectory(system) add_subdirectory(typhoon)