~elementary-os/elementaryos/user-specific-alternatives-bzr

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Sergey "Shnatsel" Davidoff
  • Date: 2013-01-28 00:33:44 UTC
  • mto: This revision was merged to the branch mainline in revision 34.
  • Revision ID: sergey@elementaryos.org-20130128003344-ci69r19okcvkg2yp
install to lib/user-specific-alternatives/ instead of lib/

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
find_library (M_LIB m)
54
54
target_link_libraries (user-specific-alternatives ${M_LIB})
55
55
 
56
 
install (TARGETS user-specific-alternatives RUNTIME DESTINATION lib)
 
56
EXECUTE_PROCESS(COMMAND ${CMAKE_COMMAND} -E make_directory lib/user-specific-alternatives)
 
57
install (TARGETS user-specific-alternatives RUNTIME DESTINATION lib/user-specific-alternatives)
57
58
#install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/data/user-specific-alternatives.desktop DESTINATION share/applications)