~ubuntu-branches/ubuntu/utopic/mir/utopic-proposed

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-03-10 19:28:46 UTC
  • mto: This revision was merged to the branch mainline in revision 63.
  • Revision ID: package-import@ubuntu.com-20140310192846-rq9qm3ec26yrelo2
Tags: upstream-0.1.6+14.04.20140310
ImportĀ upstreamĀ versionĀ 0.1.6+14.04.20140310

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  ${CMAKE_CURRENT_SOURCE_DIR}/test_mir_screencast.cpp
11
11
)
12
12
 
13
 
if(MIR_PLATFORM STREQUAL "android")
 
13
if(MIR_TEST_PLATFORM STREQUAL "android")
14
14
  add_subdirectory("android")
15
15
endif()
16
16
 
17
 
if(MIR_PLATFORM STREQUAL "mesa")
 
17
if(MIR_TEST_PLATFORM STREQUAL "mesa")
18
18
  add_subdirectory("mesa")
19
19
endif()
20
20