mirror of
https://github.com/ocornut/imgui.git
synced 2024-11-24 07:40:22 +01:00
Added basic cmakelists.txt
This commit is contained in:
parent
b8043d3ee5
commit
671027ef2b
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…
Reference in New Issue
Block a user