libui/common/CMakeLists.txt

21 lines
378 B
CMake
Raw Normal View History

# 3 june 2016
list(APPEND _LIBUI_SOURCES
2017-01-02 19:11:15 -06:00
common/attrlist.c
common/attrstr.c
common/areaevents.c
common/control.c
common/debug.c
common/drawtext.c
common/matrix.c
common/shouldquit.c
common/userbugs.c
common/utf.c
)
set(_LIBUI_SOURCES ${_LIBUI_SOURCES} PARENT_SCOPE)
list(APPEND _LIBUI_INCLUDEDIRS
common
)
set(_LIBUI_INCLUDEDIRS ${_LIBUI_INCLUDEDIRS} PARENT_SCOPE)