1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-24 10:05:52 +00:00

Added imgui library

This commit is contained in:
Enrico Turri
2018-10-31 09:57:29 +01:00
committed by Vojtech Kral
parent b94f19eaf4
commit 5c054d11ca
14 changed files with 31888 additions and 1 deletions
+15
View 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
)