2016-06-03 13:56:21 -05:00
|
|
|
# 3 june 2016
|
|
|
|
|
|
|
|
list(APPEND _LIBUI_SOURCES
|
2018-03-08 21:44:35 -06:00
|
|
|
common/attribute.c
|
2017-01-02 19:11:15 -06:00
|
|
|
common/attrlist.c
|
|
|
|
common/attrstr.c
|
2016-06-03 13:56:21 -05:00
|
|
|
common/areaevents.c
|
|
|
|
common/control.c
|
|
|
|
common/debug.c
|
2018-03-08 21:44:35 -06:00
|
|
|
# common/drawtext.c
|
2016-06-03 13:56:21 -05:00
|
|
|
common/matrix.c
|
2018-03-08 21:44:35 -06:00
|
|
|
common/opentype.c
|
2016-06-03 13:56:21 -05:00
|
|
|
common/shouldquit.c
|
|
|
|
common/userbugs.c
|
2016-12-03 10:31:11 -06:00
|
|
|
common/utf.c
|
2016-06-03 13:56:21 -05:00
|
|
|
)
|
|
|
|
set(_LIBUI_SOURCES ${_LIBUI_SOURCES} PARENT_SCOPE)
|
|
|
|
|
|
|
|
list(APPEND _LIBUI_INCLUDEDIRS
|
|
|
|
common
|
|
|
|
)
|
|
|
|
set(_LIBUI_INCLUDEDIRS ${_LIBUI_INCLUDEDIRS} PARENT_SCOPE)
|