You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
285 B
CMake
7 lines
285 B
CMake
|
4 years ago
|
add_library(dearimgui imgui.cpp imgui_demo.cpp imgui_widgets.cpp imgui_tables.cpp imgui_draw.cpp imgui_impl_glfw.cpp imgui_impl_opengl3.cpp)
|
||
|
|
|
||
|
|
target_include_directories(dearimgui
|
||
|
|
PUBLIC ../../external/glfw/include
|
||
|
|
)
|
||
|
|
|
||
|
|
# message( " current source dir: ${CMAKE_CURRENT_SOURCE_DIR}" )
|