~ci-train-bot/mir/mir-ubuntu-artful-2983

« back to all changes in this revision

Viewing changes to tests/integration-tests/CMakeLists.txt

  • Committer: Kevin DuBois
  • Date: 2012-11-13 01:36:29 UTC
  • mfrom: (245 trunk)
  • mto: This revision was merged to the branch mainline in revision 246.
  • Revision ID: kevin.dubois@canonical.com-20121113013629-q4496w4mp5e33auk
merge in base branch. move the demo clients to a new directory, examples/

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
add_subdirectory(client/)
27
27
add_subdirectory(compositor/)
28
 
add_subdirectory(input/)
29
28
add_subdirectory(frontend/)
30
29
add_subdirectory(process/)
 
30
add_subdirectory(input/)
31
31
 
32
32
if (MIR_PLATFORM STREQUAL "android")
33
33
  add_subdirectory(graphics/android)
65
65
  mirplatformgraphics
66
66
  mirprocess
67
67
  mirprotobuf
68
 
 
 
68
  
69
69
  3rd_party
70
70
 
71
71
  test-utils