snorenotify/share/CMakeLists.txt

9 lines
357 B
CMake
Raw Normal View History

2014-03-23 20:51:00 +00:00
if(UNIX AND WITH_SNORE_DEAMON)
2014-03-24 17:15:06 +00:00
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})
2014-03-23 20:51:00 +00:00
endif(UNIX AND WITH_SNORE_DEAMON)
if(WIN32)
2014-03-24 17:18:48 +00:00
add_subdirectory(snoretoast)
endif(WIN32)