mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 10:22:49 +00:00
9 lines
No EOL
156 B
CMake
9 lines
No EOL
156 B
CMake
project(knotify)
|
|
|
|
add_subdirectory(sounds)
|
|
add_subdirectory(kcm)
|
|
|
|
install(
|
|
FILES kde.notifyrc
|
|
DESTINATION ${KDE4_CONFIG_INSTALL_DIR}/notifications
|
|
) |