Skip to content

Commit

Permalink
cmake: build cimgui after glad
Browse files Browse the repository at this point in the history
  • Loading branch information
Helco committed Nov 18, 2018
1 parent 45b02e8 commit 5718b85
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cimgui.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ target_include_directories(cimgui PUBLIC
)
target_link_libraries(cimgui
${SDL2_LIBRARY}
${GLAD_LIBRARY}
)
target_compile_definitions(cimgui
PRIVATE "-DIMGUI_IMPL_API=extern \"C\""
Expand Down

0 comments on commit 5718b85

Please sign in to comment.