Skip to content

Commit

Permalink
Flag game as C++17 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
Foereaper committed Mar 10, 2024
1 parent 3416217 commit 9558b10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/game/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,9 @@ add_library(game STATIC
>
)

target_compile_features(game PUBLIC cxx_std_17)
set_target_properties(game PROPERTIES CXX_EXTENSIONS OFF)

target_include_directories(game
PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}
Expand Down

0 comments on commit 9558b10

Please sign in to comment.