52
52
add_executable(unity-panel-service ${PANEL_SOURCES})
53
53
target_link_libraries(unity-panel-service ${LIBS})
56
56
configure_file(unity-panel-service.conf.in ${CMAKE_CURRENT_BINARY_DIR}/unity-panel-service.conf)
57
57
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/unity-panel-service.conf DESTINATION ${CMAKE_INSTALL_DATADIR}/upstart/sessions)