Skip to content

Commit

Permalink
Require C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed Sep 24, 2024
1 parent 2a4dc2d commit 4e09f51
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 @@ -69,6 +69,7 @@ target_include_directories(ImGui-SFML PUBLIC
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}>
$<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}>
)
target_compile_features(ImGui-SFML PUBLIC cxx_std_17)
target_link_libraries(ImGui-SFML PUBLIC SFML::Graphics OpenGL::GL)
if(WIN32 AND MINGW)
target_link_libraries(ImGui-SFML PUBLIC imm32)
Expand Down

0 comments on commit 4e09f51

Please sign in to comment.