kde-workspace/kfreespace/CMakeLists.txt
Ivailo Monev f47177f876 generic: adjust to KNotification changes
some notification files, such as the style KCM one, were not even used

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-08-25 08:07:58 +03:00

15 lines
269 B
CMake

project(kfreespace)
add_definitions(-DKDE_DEFAULT_DEBUG_AREA=1604)
include_directories(
${CMAKE_CURRENT_SOURCE_DIR}
)
add_subdirectory(kcm)
add_subdirectory(kded)
install(
FILES kfreespace.notifyrc
DESTINATION ${KDE4_CONFIG_INSTALL_DIR}/notifications
)