~mterry/mir/session-for-surface

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2013-04-24 05:22:20 UTC
  • mfrom: (628 trunk)
  • mto: This revision was merged to the branch mainline in revision 629.
  • Revision ID: daniel.van.vugt@canonical.com-20130424052220-qhpyhw2resxzr7bq
MergeĀ latestĀ lp:mir

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
add_subdirectory(android_input/)
21
21
add_subdirectory(surfaces/)
22
22
add_subdirectory(draw/)
23
 
 
 
23
add_subdirectory(event/)
24
24
 
25
25
add_executable(unit-tests ${UNIT_TEST_SOURCES})
26
26
uses_android_input(unit-tests)