~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to services/CMakeLists.txt

  • Committer: Marco Trevisan (Treviño)
  • Date: 2016-08-31 15:05:58 UTC
  • mto: (4153.9.32 systemd-unit-fixes)
  • mto: This revision was merged to the branch mainline in revision 4191.
  • Revision ID: mail@3v1n0.net-20160831150558-wiky13q96ug5fib2
CMake: use UNITY_LIBDIR in a more shared way

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
add_executable(unity-panel-service ${PANEL_SOURCES})
53
53
target_link_libraries(unity-panel-service ${LIBS})
54
 
install(TARGETS unity-panel-service DESTINATION ${CMAKE_INSTALL_LIBDIR}/unity/)
 
54
install(TARGETS unity-panel-service DESTINATION ${UNITY_INSTALL_LIBDIR})
55
55
 
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)