kde-workspace/knotify/sounds/CMakeLists.txt

7 lines
100 B
Text
Raw Normal View History

2014-11-15 04:16:00 +02:00
FILE(GLOB _oggfile "*.ogg" )
install(FILES ${_oggfile}
DESTINATION ${KDE4_SOUND_INSTALL_DIR} )
2014-11-15 04:16:00 +02:00