From 42e2bbf387650bd82fc42b54c717163dc165fdfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Gr=C3=A4=C3=9Flin?= Date: Wed, 27 Aug 2014 09:19:36 +0200 Subject: [PATCH] [tests] Mark wayland-client-fullscreen-shell.c as generated This should fix the build. --- tests/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index bd6ba3ecff..dba0273d60 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -11,6 +11,8 @@ target_link_libraries(screenedgeshowtest Qt5::Widgets Qt5::X11Extras KF5::Window if (Wayland_Client_FOUND AND XKB_FOUND) 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 waylandclienttest.cpp ../wayland_client/buffer.cpp