From 10ce9f45b9551dc103272c2b2374db1c1e3b8bcb Mon Sep 17 00:00:00 2001 From: Loek Le Blansch Date: Mon, 21 Oct 2024 17:54:56 +0200 Subject: add ControlBooleanCommand --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 897495e..9f45d76 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,6 +50,7 @@ add_executable(main TimeTravelCommand.cpp CollisionContext.cpp QuadTree.cpp + ControlBooleanCommand.cpp ) target_link_libraries(main -- cgit v1.2.3