~hikiko/mir/mir.unity8-desktop-session

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Daniel van Vugt, Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mfrom: (1.1.54)
  • Revision ID: package-import@ubuntu.com-20140108020438-ikbu7qqm9v2l026y
Tags: 0.1.3+14.04.20140108-0ubuntu1
[ Daniel van Vugt ]
* Preparing for release 0.1.3

[ Ubuntu daily release ]
* Automatic snapshot from revision 1170

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
    ${CMAKE_CURRENT_SOURCE_DIR}/test_default_display_configuration_policy.cpp
7
7
    ${CMAKE_CURRENT_SOURCE_DIR}/test_buffer_id.cpp
8
8
    ${CMAKE_CURRENT_SOURCE_DIR}/test_buffer_properties.cpp
 
9
    ${CMAKE_CURRENT_SOURCE_DIR}/test_surfaceless_egl_context.cpp
9
10
)
10
11
 
11
12
add_subdirectory(nested/)
16
17
add_subdirectory(android/)
17
18
endif()
18
19
 
19
 
if (MIR_PLATFORM STREQUAL "gbm")
20
 
add_subdirectory(gbm/)
 
20
if (MIR_PLATFORM STREQUAL "mesa")
 
21
add_subdirectory(mesa/)
21
22
endif()
22
23
 
23
24
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)