Added imgui library
This commit is contained in:
committed by
Vojtech Kral
parent
b94f19eaf4
commit
5c054d11ca
15
src/imgui/CMakeLists.txt
Normal file
15
src/imgui/CMakeLists.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
project(imgui)
|
||||
cmake_minimum_required(VERSION 2.6)
|
||||
|
||||
add_library(imgui STATIC
|
||||
imconfig.h
|
||||
imgui.h
|
||||
imgui_internal.h
|
||||
imstb_rectpack.h
|
||||
imstb_textedit.h
|
||||
imstb_truetype.h
|
||||
imgui.cpp
|
||||
imgui_demo.cpp
|
||||
imgui_draw.cpp
|
||||
imgui_widgets.cpp
|
||||
)
|
||||
Reference in New Issue
Block a user