1
0
Fork 0
mirror of https://github.com/ocornut/imgui.git synced 2026-01-31 03:20:05 +00:00
This commit is contained in:
Tim Blume 2026-01-07 23:17:20 +00:00 committed by GitHub
commit a45760ada4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 145 additions and 0 deletions

3
misc/cpp/CMakeLists.txt Normal file
View file

@ -0,0 +1,3 @@
add_library(imgui_stdlib imgui_stdlib.cpp)
target_include_directories(imgui_stdlib PUBLIC .)
target_link_libraries(imgui_stdlib PUBLIC imgui)