comparison dep/animia/CMakeLists.txt @ 216:8a482049b968

dep/animia: win/wayland: add UNTESTED support for wlroots protocols
author Paper <mrpapersonic@gmail.com>
date Sun, 07 Jan 2024 12:42:10 -0500
parents 71832ffe425a
children 53211cb1e7f5
comparison
equal deleted inserted replaced
215:031a257ee019 216:8a482049b968
136 enable_language(C) 136 enable_language(C)
137 list(APPEND DEFINES WAYLAND) 137 list(APPEND DEFINES WAYLAND)
138 list(APPEND SRC_FILES 138 list(APPEND SRC_FILES
139 src/win/wayland.cc 139 src/win/wayland.cc
140 src/win/wayland/ext-foreign-toplevel-list-v1.c 140 src/win/wayland/ext-foreign-toplevel-list-v1.c
141 src/win/wayland/wlr-foreign-toplevel-management-unstable-v1.c
141 ) 142 )
142 list(APPEND INCLUDE_DIRS ${WAYLAND_INCLUDE_DIRS}) 143 list(APPEND INCLUDE_DIRS ${WAYLAND_INCLUDE_DIRS})
143 list(APPEND LIBRARIES ${WAYLAND_LINK_LIBRARIES}) 144 list(APPEND LIBRARIES ${WAYLAND_LINK_LIBRARIES})
144 endif() # WAYLAND_FOUND 145 endif() # WAYLAND_FOUND
145 endif() # PKG_CONFIG_FOUND 146 endif() # PKG_CONFIG_FOUND