mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-26 08:20:49 +00:00
6 lines
178 B
CMake
6 lines
178 B
CMake
install(FILES FindLibsnore.cmake DESTINATION share/apps/cmake/modules)
|
|
|
|
if(KDE4_FOUND)
|
|
install(FILES snorenotify.desktop DESTINATION ${XDG_APPS_INSTALL_DIR})
|
|
endif(KDE4_FOUND)
|