From 087803532fd7dfa04bc9a39fd2886f572002d0b1 Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 31 Dec 2022 18:12:24 +0100 Subject: Extracted TurretControl to own unit --- sim/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sim/CMakeLists.txt') diff --git a/sim/CMakeLists.txt b/sim/CMakeLists.txt index ff2621c..e10056a 100644 --- a/sim/CMakeLists.txt +++ b/sim/CMakeLists.txt @@ -8,6 +8,7 @@ add_library( src/Point.cpp src/RandomSpawner.cpp src/TeamManager.cpp + src/TurretControl.cpp ) target_include_directories( ${PROJECT_NAME} -- cgit v1.1