Skip to content

Commit

Permalink
Specify C++17 requirement explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Jan 15, 2025
1 parent 0d7dd8d commit 11ce8dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ FetchContent_Declare(SFML
FetchContent_MakeAvailable(SFML)

add_executable(main src/main.cpp)
target_compile_features(main PRIVATE cxx_std_17)
target_link_libraries(main PRIVATE SFML::Graphics)

0 comments on commit 11ce8dc

Please sign in to comment.