We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d7dd8d commit 11ce8dcCopy full SHA for 11ce8dc
CMakeLists.txt
@@ -13,4 +13,5 @@ FetchContent_Declare(SFML
13
FetchContent_MakeAvailable(SFML)
14
15
add_executable(main src/main.cpp)
16
+target_compile_features(main PRIVATE cxx_std_17)
17
target_link_libraries(main PRIVATE SFML::Graphics)
0 commit comments