From f154bc35014e2b72c2e925d83c17ae2c20c7425a Mon Sep 17 00:00:00 2001 From: Aki Date: Sat, 21 Jan 2023 16:24:49 +0100 Subject: Inernal libraries are now static --- sim/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sim') diff --git a/sim/CMakeLists.txt b/sim/CMakeLists.txt index b8c3a89..1cae7b0 100644 --- a/sim/CMakeLists.txt +++ b/sim/CMakeLists.txt @@ -1,6 +1,6 @@ project(sim) add_library( - ${PROJECT_NAME} + ${PROJECT_NAME} STATIC src/BaseBattle.cpp src/Battle.cpp src/Builder.cpp -- cgit v1.1