kde-workspace/kfreespace/CMakeLists.txt
Ivailo Monev 3ad56ec0b3 generic: free space notifier rewrite
able to watch any mounted device, not just the home directory. bonus
points for configuration interface that does not show up only when the
device used to store the home directory is low on space

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2023-06-13 17:34:13 +03:00

15 lines
264 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_DATA_INSTALL_DIR}/kfreespace
)