Merge pull request #124 from devZoGok/imp-122-stat-dyn-build

Imp 122 stat dyn build
This commit is contained in:
devZoGok
2024-06-13 07:55:56 +00:00
committed by GitHub
3 changed files with 5 additions and 3 deletions
+3 -1
View File
@@ -4,8 +4,10 @@ set(GAME_NAME battleship)
project(${GAME_NAME})
set(CMAKE_CXX_STANDART 17)
set(CMAKE_CXX_FLAGS "-std=c++17 -Wpedantic")
set(CMAKE_BUILD_TYPE Debug)
set(BUILD_TESTS ON)
set(BUILD_TESTS OFF)
set(BUILD_SHARED_LIBS OFF CACHE BOOL FORCED)
cmake_policy(SET CMP0015 NEW)
set(UNIT_BUTTONS unitButton.cpp tradeButton.cpp buildButton.cpp trainButton.cpp researchButton.cpp)
+1 -1