5 lines
247 B
CMake
5 lines
247 B
CMake
add_subdirectory( autotests )
|
|
|
|
# Install the KWin/WindowSwitcher service type
|
|
install( FILES kwinwindowswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
|
|
install( FILES kwindesktopswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
|