~phablet-team/messaging-app/select-part-of-message

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tiago Salem Herrmann
  • Date: 2017-02-08 21:04:29 UTC
  • mfrom: (639.12.11 sort-thread)
  • Revision ID: tiago.herrmann@canonical.com-20170208210429-kk2s6v6jbxj8qnmr
merge parent

Show diffs side-by-side

added added

removed removed

Lines of Context:
71
71
 
72
72
add_subdirectory(po)
73
73
add_subdirectory(src)
 
74
add_subdirectory(accounts)
74
75
if (NOT ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "aarch64") AND (NOT ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64el")) AND (NOT ("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "ppc64le")))
75
76
    add_subdirectory(tests)
76
77
endif()