Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
b18f2b2d
Commit
b18f2b2d
authored
Dec 14, 2017
by
Laurent Montel
Browse files
Fix exlude generated file from automoc feature
parent
d4d32870
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/CMakeLists.txt
View file @
b18f2b2d
...
...
@@ -162,6 +162,56 @@ ecm_add_wayland_server_protocol(SERVER_LIB_SRCS
BASENAME idle-inhibit-unstable-v1
)
set
(
SERVER_GENERATED_SRCS
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-output-management-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-output-management-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-org_kde_kwin_outputdevice-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-org_kde_kwin_outputdevice-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-plasma-shell-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-plasma-shell-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-plasma-window-management-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-plasma-window-management-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-qt-surface-extension-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-qt-surface-extension-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-idle-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-idle-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-fake-input-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-fake-input-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-shadow-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-shadow-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-dpms-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-dpms-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-blur-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-blur-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-contrast-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-contrast-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-relativepointer-unstable-v1-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-relativepointer-unstable-v1-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-slide-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-slide-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-server_decoration-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-server_decoration-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-text-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-text-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-text-input-unstable-v2-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-text-input-unstable-v2-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-shell-v5-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-shell-v5-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-shell-v6-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-shell-v6-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-pointer-gestures-unstable-v1-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-pointer-gestures-unstable-v1-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-pointer-constraints-unstable-v1-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-pointer-constraints-unstable-v1-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-foreign-unstable-v2-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-xdg-foreign-unstable-v2-server-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-idle-inhibit-unstable-v1-client-protocol.h
${
CMAKE_CURRENT_BINARY_DIR
}
/wayland-idle-inhibit-unstable-v1-server-protocol.h
)
set_source_files_properties
(
${
SERVER_GENERATED_SRCS
}
PROPERTIES SKIP_AUTOMOC ON
)
add_library
(
KF5WaylandServer
${
SERVER_LIB_SRCS
}
)
generate_export_header
(
KF5WaylandServer
BASE_NAME
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment