kde-workspace/kwin/tabbox/CMakeLists.txt

9 lines
296 B
Text
Raw Normal View History

2014-11-13 19:30:51 +02:00
add_subdirectory( qml )
2015-09-01 04:37:19 +03:00
if(ENABLE_TESTING)
add_subdirectory(tests)
endif()
2014-11-13 19:30:51 +02:00
# Install the KWin/WindowSwitcher service type
install( FILES kwinwindowswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )
install( FILES kwindesktopswitcher.desktop DESTINATION ${SERVICETYPES_INSTALL_DIR} )