mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
5 lines
216 B
CMake
5 lines
216 B
CMake
add_library_ns(imgui cpp STATIC imgui_stdlib.cpp)
|
|
target_include_dir_iface(imgui-cpp PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} include PRIVATE ${IMGUI_INC_DIR})
|
|
install_target_and_headers(imgui cpp
|
|
imgui_stdlib.h
|
|
)
|