And settled common/CMakeLists.txt (it also had nothing that needed to be moved).

This commit is contained in:
Pietro Gagliardi 2019-03-27 01:05:57 -04:00
parent 8b37a98170
commit f6ef61cdee
1 changed files with 0 additions and 23 deletions

View File

@ -1,23 +0,0 @@
# 3 june 2016
list(APPEND _LIBUI_SOURCES
common/attribute.c
common/attrlist.c
common/attrstr.c
common/areaevents.c
common/control.c
common/debug.c
common/matrix.c
common/opentype.c
common/shouldquit.c
common/tablemodel.c
common/tablevalue.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)