mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 19:02:51 +00:00
8 lines
306 B
CMake
8 lines
306 B
CMake
add_subdirectory( qml )
|
|
if(ENABLE_TESTING)
|
|
add_subdirectory(tests)
|
|
endif()
|
|
|
|
# Install the KWin/WindowSwitcher service type
|
|
install( FILES kwinwindowswitcher.desktop DESTINATION ${KDE4_SERVICETYPES_INSTALL_DIR} )
|
|
install( FILES kwindesktopswitcher.desktop DESTINATION ${KDE4_SERVICETYPES_INSTALL_DIR} )
|