1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-17 01:04:19 +00:00
This commit is contained in:
Bruno Cabral 2025-10-08 16:14:51 +03:00 committed by GitHub
commit 73eb7d1a1b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 1506 additions and 189 deletions

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