2010-10-29 17:56:01 +00:00
|
|
|
set(SNORE_LOCATION ${CMAKE_INSTALL_PREFIX}/bin/snorenotify)
|
|
|
|
|
|
|
|
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/org.freedesktop.Notifications.service.cmake ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service)
|
|
|
|
|
|
|
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service
|
|
|
|
DESTINATION share/dbus-1/services/)
|
|
|
|
|
|
|
|
|
2011-01-03 10:54:07 +00:00
|
|
|
install(FILES FindLibsnore.cmake DESTINATION share/apps/cmake/modules)
|