mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-14 00:34:18 +00:00
add basic CMake implementation for integrating imgui in other CMake
projects or extensions of imgui depending on it.
This commit is contained in:
parent
52886872f1
commit
256d5e5448
3 changed files with 145 additions and 0 deletions
3
misc/cpp/CMakeLists.txt
Normal file
3
misc/cpp/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
add_library(imgui_stdlib imgui_stdlib.cpp)
|
||||
target_include_directories(imgui_stdlib PUBLIC .)
|
||||
target_link_libraries(imgui_stdlib PUBLIC imgui)
|
||||
Loading…
Add table
Add a link
Reference in a new issue