2 small fixes

This commit is contained in:
Patrick von Reth 2011-01-03 11:54:07 +01:00
parent 23da56b4a9
commit 265b74ebaf
3 changed files with 3 additions and 4 deletions

View File

@ -48,6 +48,8 @@ option(WITH_GROWL_BACKEND "Build the Growl backend" ON)
set(PLUGIN_INSTALL_PATH LIBRARY DESTINATION bin/snoreplugins)
add_subdirectory(data)
add_subdirectory(share)
add_subdirectory(3party)
add_subdirectory(src)

View File

@ -6,4 +6,4 @@ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.freedesktop.Notifications.service
DESTINATION share/dbus-1/services/)
install(FILES share/FindLibsnore.cmake DESTINATION share/apps/cmake/modules)
install(FILES FindLibsnore.cmake DESTINATION share/apps/cmake/modules)

View File

@ -8,8 +8,5 @@ if(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)
target_link_libraries(freedesktop_backend snorecore ${QT_QTGUI_LIBRARY} ${QT_QTDBUS_LIBRARY} )
install(TARGETS freedesktop_backend ${PLUGIN_INSTALL_PATH})
else(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)
message(STATUS "Adding Freedesktop notification backend.... ")
endif(QT_QTDBUS_FOUND AND NOT WITH_FREEDESKTOP_FRONTEND AND UNIX AND NOT APPLE)