mirror of
https://github.com/status-im/snorenotify.git
synced 2025-02-11 07:56:24 +00:00
9 lines
325 B
CMake
9 lines
325 B
CMake
if(UNIX AND WITH_SNORE_DEAMON)
|
|
configure_file("${CMAKE_CURRENT_SOURCE_DIR}/snorenotify.desktop.in" "${CMAKE_CURRENT_BINARY_DIR}/snorenotify.desktop" @ONLY)
|
|
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/snorenotify.desktop" DESTINATION ${XDG_APPS_INSTALL_DIR})
|
|
endif()
|
|
|
|
if(WIN32)
|
|
add_subdirectory(snoretoast)
|
|
endif()
|