mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-31 20:51:12 -06:00
15 lines
264 B
CMake
15 lines
264 B
CMake
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
|
|
)
|