~alan-griffiths/mir/migrate-tests-to-miral

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Christopher James Halse Rogers
  • Date: 2017-09-07 05:58:13 UTC
  • mfrom: (4242 development-branch)
  • mto: (4243.1.1 mir3)
  • mto: This revision was merged to the branch mainline in revision 4244.
  • Revision ID: christopher.halse.rogers@canonical.com-20170907055813-4qsg25nirybc8jj3
Merge trunk, resolving conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
# Add the core and platform implementations before exposing any private APIs
14
14
add_subdirectory(core)
15
15
add_subdirectory(platforms/)
 
16
add_subdirectory(miral/)
16
17
 
17
18
# the src/include/... directories should be private to the implementation
18
19
include_directories(${PROJECT_SOURCE_DIR}/src/include/common)