mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-31 03:20:05 +00:00
Merge c0b9116603 into 7b3ad4a282
This commit is contained in:
commit
a45760ada4
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