Changeset View
Changeset View
Standalone View
Standalone View
src/server/CMakeLists.txt
| Context not available. | |||||
| 12 | idle_interface.cpp | 12 | idle_interface.cpp | ||
|---|---|---|---|---|---|
| 13 | fakeinput_interface.cpp | 13 | fakeinput_interface.cpp | ||
| 14 | keyboard_interface.cpp | 14 | keyboard_interface.cpp | ||
| 15 | remote_access_interface.cpp | ||||
| 15 | outputconfiguration_interface.cpp | 16 | outputconfiguration_interface.cpp | ||
| 16 | outputchangeset.cpp | 17 | outputchangeset.cpp | ||
| 17 | outputmanagement_interface.cpp | 18 | outputmanagement_interface.cpp | ||
| Context not available. | |||||
| 113 | BASENAME text-input-unstable-v2 | 114 | BASENAME text-input-unstable-v2 | ||
| 114 | ) | 115 | ) | ||
| 115 | 116 | | |||
| 117 | ecm_add_wayland_server_protocol(SERVER_LIB_SRCS | ||||
| 118 | PROTOCOL ${KWAYLAND_SOURCE_DIR}/src/client/protocols/remote-access.xml | ||||
| 119 | BASENAME remote-access | ||||
| 120 | ) | ||||
| 121 | | ||||
| 116 | add_library(KF5WaylandServer ${SERVER_LIB_SRCS}) | 122 | add_library(KF5WaylandServer ${SERVER_LIB_SRCS}) | ||
| 117 | generate_export_header(KF5WaylandServer | 123 | generate_export_header(KF5WaylandServer | ||
| 118 | BASE_NAME | 124 | BASE_NAME | ||
| Context not available. | |||||
| 163 | global.h | 169 | global.h | ||
| 164 | idle_interface.h | 170 | idle_interface.h | ||
| 165 | keyboard_interface.h | 171 | keyboard_interface.h | ||
| 172 | remote_access_interface.h | ||||
| 166 | outputdevice_interface.h | 173 | outputdevice_interface.h | ||
| 167 | outputchangeset.h | 174 | outputchangeset.h | ||
| 168 | outputconfiguration_interface.h | 175 | outputconfiguration_interface.h | ||
| Context not available. | |||||