mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-17 01:04:19 +00:00
Merge 3507a793a9 into fd0873c61f
This commit is contained in:
commit
73eb7d1a1b
41 changed files with 1506 additions and 189 deletions
9
examples/example_null/CMakeLists.txt
Normal file
9
examples/example_null/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Important: This is a "null backend" application, with no visible output or interaction!
|
||||
# This is used for testing purpose and continuous integration, and has little use for end-user.
|
||||
#
|
||||
|
||||
add_library(example_null STATIC)
|
||||
|
||||
target_sources(example_null PRIVATE main.cpp)
|
||||
|
||||
target_link_libraries(example_null PRIVATE imgui::imgui)
|
||||
Loading…
Add table
Add a link
Reference in a new issue