aboutsummaryrefslogtreecommitdiff
path: root/src/libui_sdl/libui/common/CMakeLists.txt
blob: 91d794936f8f22a50e568f1ffa19202f4c5d08e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 3 june 2016

list(APPEND _LIBUI_SOURCES
	common/areaevents.c
	common/control.c
	common/debug.c
	common/matrix.c
	common/shouldquit.c
	common/userbugs.c
)
set(_LIBUI_SOURCES ${_LIBUI_SOURCES} PARENT_SCOPE)

list(APPEND _LIBUI_INCLUDEDIRS
	common
)
set(_LIBUI_INCLUDEDIRS ${_LIBUI_INCLUDEDIRS} PARENT_SCOPE)