mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-18 01:14:19 +00:00
Merge 826c134928 into d87650dffb
This commit is contained in:
commit
f322ef39eb
1 changed files with 8 additions and 0 deletions
8
CMakeLists.txt
Normal file
8
CMakeLists.txt
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
CMAKE_MINIMUM_REQUIRED(VERSION 3.2)
|
||||
project(imgui)
|
||||
SET (LIB_TYPE STATIC)
|
||||
|
||||
add_library(imgui ${LIB_TYPE} imgui.cpp imgui_draw.cpp)
|
||||
|
||||
install(TARGETS imgui DESTINATION lib)
|
||||
install(FILES imgui.h imconfig.h DESTINATION include)
|
||||
Loading…
Add table
Add a link
Reference in a new issue