kde-workspace/kwin/tabbox/CMakeLists.txt
2015-09-01 04:37:19 +03:00

8 lines
296 B
CMake

add_subdirectory( qml )
if(ENABLE_TESTING)
add_subdirectory(tests)
endif()
# Install the KWin/WindowSwitcher service type
install( FILES kwinwindowswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
install( FILES kwindesktopswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )