1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-15 00:44:20 +00:00
This commit is contained in:
Josh Junon 2026-01-07 23:16:22 +00:00 committed by GitHub
commit 2f8a024362
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 497 additions and 0 deletions

View 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}"
)