~raof/mir/proper-driver-loading

« back to all changes in this revision

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

  • Committer: Christopher James Halse Rogers
  • Date: 2014-11-27 04:57:28 UTC
  • Revision ID: christopher.halse.rogers@canonical.com-20141127045728-rtlr58ckdkhnbocy
Implement server-side graphics platform probe

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
  ${CMAKE_SOURCE_DIR}
5
5
)
6
6
 
7
 
add_definitions(
8
 
  -DMIR_PLATFORM_DRIVER_BINARY="${MIR_PLATFORM_DRIVER_BINARY}"
9
 
)
10
 
 
11
7
set(
12
8
  SOURCES
13
9
 
74
70
  mirplatform
75
71
 
76
72
  mir-test
 
73
  mir-test-framework
77
74
  mir-test-doubles
78
75
  mir-test-doubles-platform
79
 
  mir-test-framework
80
76
  3rd_party
81
77
 
82
78
  ${PROTOBUF_LIBRARIES}