Skip to content

Commit

Permalink
Trying to fix compilation on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
adepierre committed Apr 7, 2024
1 parent cc6a381 commit 2033c94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/imgui.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,6 @@ add_library(imgui STATIC
${imgui_SOURCE_DIR}/backends/imgui_impl_glfw.cpp
${imgui_SOURCE_DIR}/backends/imgui_impl_opengl3.cpp
)
set_property(TARGET imgui PROPERTY CXX_STANDARD 11)
target_include_directories(imgui PUBLIC ${imgui_SOURCE_DIR})
target_link_libraries(imgui PUBLIC glfw OpenGL::GL)

0 comments on commit 2033c94

Please sign in to comment.