mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
6 lines
209 B
CMake
6 lines
209 B
CMake
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}"
|
|
)
|