2020-05-15 16:29:02 +08:00
|
|
|
include_directories(..)
|
|
|
|
|
|
|
|
|
|
set(SOURCE_FILES
|
|
|
|
|
imconfig.h
|
|
|
|
|
imgui.cpp
|
|
|
|
|
imgui.h
|
|
|
|
|
imgui_draw.cpp
|
|
|
|
|
imgui_internal.h
|
|
|
|
|
imgui_widgets.cpp
|
|
|
|
|
imstb_rectpack.h
|
|
|
|
|
imstb_textedit.h
|
2023-09-09 01:44:39 +08:00
|
|
|
imstb_truetype.h
|
|
|
|
|
imgui_stdlib.h
|
|
|
|
|
imgui_stdlib.cpp)
|
2020-05-15 16:29:02 +08:00
|
|
|
|
|
|
|
|
add_library(libimgui ${SOURCE_FILES})
|