49 lines
632 B
Plaintext
49 lines
632 B
Plaintext
# 1 june 2016
|
|
|
|
include_directories(.. . ../common)
|
|
|
|
add_library(libui-unix OBJECT
|
|
alloc.c
|
|
area.c
|
|
box.c
|
|
button.c
|
|
checkbox.c
|
|
child.c
|
|
colorbutton.c
|
|
combobox.c
|
|
control.c
|
|
datetimepicker.c
|
|
debug.c
|
|
draw.c
|
|
drawmatrix.c
|
|
drawpath.c
|
|
drawtext.c
|
|
editablecombo.c
|
|
entry.c
|
|
fontbutton.c
|
|
graphemes.c
|
|
group.c
|
|
label.c
|
|
main.c
|
|
menu.c
|
|
multilineentry.c
|
|
progressbar.c
|
|
radiobuttons.c
|
|
separator.c
|
|
slider.c
|
|
spinbox.c
|
|
stddialogs.c
|
|
tab.c
|
|
text.c
|
|
util.c
|
|
window.c
|
|
)
|
|
set_target_properties(libui-unix PROPERTIES
|
|
COMPILE_FLAGS "${_LIBUI_CFLAGS}"
|
|
)
|
|
|
|
# thanks to Mr-Hide in irc.freenode.net/#cmake
|
|
macro(_add_static _name)
|
|
|
|
endmacro()
|