From 34493a02b1cd2e7ec2e96192ce88ee00367dd366 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 17 Dec 2022 21:41:22 +0100 Subject: Event log is now using ImGui I don't like the fact that I put entire rlImGui and imgui into the project but that's how they usually deal with the distribution and packaging... --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 8791616..5589259 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic") find_package(EnTT 3 REQUIRED) find_package(raylib 4 REQUIRED) add_subdirectory(campaign) +add_subdirectory(contrib) add_subdirectory(kurator) add_subdirectory(sim) add_subdirectory(stats) -- cgit v1.1