From 2f7d5c306430d65d18eac184551bac8937877d49 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 3 Dec 2022 00:44:57 +0100 Subject: Renamed all battles module and ns references to sim --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a2541b..3b0e4aa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,6 +5,6 @@ set(CMAKE_CXX_EXTENSIONS No) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra -Wpedantic") find_package(EnTT 3 REQUIRED) find_package(raylib 4 REQUIRED) -add_subdirectory(battles) add_subdirectory(kurator) +add_subdirectory(sim) add_subdirectory(universe) -- cgit v1.1