~raof/mir/proper-driver-loading

« back to all changes in this revision

Viewing changes to tests/unit-tests/graphics/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:
10
10
    ${CMAKE_CURRENT_SOURCE_DIR}/test_surfaceless_egl_context.cpp
11
11
    ${CMAKE_CURRENT_SOURCE_DIR}/test_overlapping_output_grouping.cpp
12
12
    ${CMAKE_CURRENT_SOURCE_DIR}/test_program_factory.cpp
 
13
    ${CMAKE_CURRENT_SOURCE_DIR}/test_platform_prober.cpp
13
14
)
14
15
 
15
16
add_subdirectory(nested/)