diff options
Diffstat (limited to 'sim')
-rw-r--r-- | sim/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |