~penk/tagger/tagger

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Michael Zanetti
  • Date: 2014-10-09 15:08:09 UTC
  • mfrom: (17.1.1 tagger)
  • Revision ID: michael.zanetti@canonical.com-20141009150809-xcjy92ibvviqd51r
merge sdkcompat branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
75
75
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${DESKTOP_FILE} DESTINATION ${DESKTOP_DIR})
76
76
install(DIRECTORY "app/graphics" DESTINATION ${DATA_DIR})
77
77
install(FILES "tagger.apparmor" DESTINATION ${DATA_DIR})
78
 
install(PROGRAMS "app/tagger-wrapper" DESTINATION ${DATA_DIR})
79
78
install(FILES
80
79
  "${CMAKE_BINARY_DIR}/libzbar.so.0"
81
80
  "${CMAKE_BINARY_DIR}/libqrencode.so"
82
81
  "${CMAKE_BINARY_DIR}/libqrencode.so.3"
83
82
  "${CMAKE_BINARY_DIR}/libqrencode.so.3.4.3"
84
 
DESTINATION lib)
 
83
DESTINATION lib/${ARCH_TRIPLET})
85
84
 
86
85
add_subdirectory(app)
87
86
add_subdirectory(po)