mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-15 00:44:20 +00:00
Merge 55402fdcf4 into 7b3ad4a282
This commit is contained in:
commit
2f8a024362
27 changed files with 497 additions and 0 deletions
6
examples/example_null/CMakeLists.txt
Normal file
6
examples/example_null/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
add_executable (imgui_example_null main.cpp)
|
||||
target_link_libraries (imgui_example_null imgui)
|
||||
|
||||
set_target_properties (imgui_example_null
|
||||
PROPERTIES RUNTIME_OUTPUT_DIRECTORY "${IMGUI_EXAMPLE_OUTPUT_DIR}"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue