mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 16:45:56 +00:00
9 lines
232 B
CMake
9 lines
232 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)
|
|
|
|
if(WIN32)
|
|
add_subdirectory(snoretoast)
|
|
endif(WIN32) |