kde-workspace/knotify/sounds/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

5 lines
105 B
CMake

FILE(GLOB _oggfile "*.ogg" )
install(
FILES ${_oggfile}
DESTINATION ${KDE4_SOUND_INSTALL_DIR}
)