Skip to content

Commit

Permalink
Update imgui.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
aiekick authored Oct 11, 2023
1 parent af83fd2 commit 1b6f452
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions cmake/imgui.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
set(IMGUI_INCLUDE_DIR ${CMAKE_SOURCE_DIR}/3rdparty/imgui)
file(GLOB IMGUI_SOURCES ${IMGUI_INCLUDE_DIR}/*.cpp)
file(GLOB IMGUI_HEADERS ${IMGUI_INCLUDE_DIR}/*.h)

set(CMAKE_CXX_STANDARD 14)


add_library(imgui STATIC ${IMGUI_SOURCES} ${IMGUI_SOURCES})

add_definitions(-DIMGUI_IMPL_OPENGL_LOADER_GLAD)
Expand Down

0 comments on commit 1b6f452

Please sign in to comment.