summaryrefslogtreecommitdiffstats
path: root/wayland/CMakeLists.txt
blob: 5633dd6e789290f91dd4c9ae393829411d4b9bac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
include_directories(
	${PROTOCOLS_INCLUDE_DIRS}
	${PANGO_INCLUDE_DIRS}
)

add_library(sway-wayland
	buffers.c
	pango.c
	registry.c
	window.c
	)

target_link_libraries(sway-wayland
	sway-common
	sway-protocols
	${PANGO_LIBRARIES}
	)