[tests] Mark wayland-client-fullscreen-shell.c as generated
This should fix the build.
This commit is contained in:
parent
e125cbc4e6
commit
42e2bbf387
1 changed files with 2 additions and 0 deletions
|
@ -11,6 +11,8 @@ target_link_libraries(screenedgeshowtest Qt5::Widgets Qt5::X11Extras KF5::Window
|
||||||
|
|
||||||
if (Wayland_Client_FOUND AND XKB_FOUND)
|
if (Wayland_Client_FOUND AND XKB_FOUND)
|
||||||
add_definitions(-DSOURCE_DIR="${KWIN_SOURCE_DIR}")
|
add_definitions(-DSOURCE_DIR="${KWIN_SOURCE_DIR}")
|
||||||
|
include_directories(${CMAKE_BINARY_DIR}/wayland_protocols/)
|
||||||
|
set_source_files_properties(${CMAKE_BINARY_DIR}/wayland_protocols/wayland-client-fullscreen-shell.c GENERATED)
|
||||||
set(waylandclienttest_SRCS
|
set(waylandclienttest_SRCS
|
||||||
waylandclienttest.cpp
|
waylandclienttest.cpp
|
||||||
../wayland_client/buffer.cpp
|
../wayland_client/buffer.cpp
|
||||||
|
|
Loading…
Reference in a new issue