~ubuntu-branches/ubuntu/vivid/mir/vivid

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2014-01-08 02:04:38 UTC
  • mto: This revision was merged to the branch mainline in revision 58.
  • Revision ID: package-import@ubuntu.com-20140108020438-e1npu0pm7qdv5wc4
Tags: upstream-0.1.3+14.04.20140108
Import upstream version 0.1.3+14.04.20140108

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Copyright © 2012 Canonical Ltd.
2
 
#
3
 
# This program is free software: you can redistribute it and/or modify
4
 
# it under the terms of the GNU General Public License version 3 as
5
 
# published by the Free Software Foundation.
6
 
#
7
 
# This program is distributed in the hope that it will be useful,
8
 
# but WITHOUT ANY WARRANTY; without even the implied warranty of
9
 
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
10
 
# GNU General Public License for more details.
11
 
#
12
 
# You should have received a copy of the GNU General Public License
13
 
# along with this program.  If not, see <http://www.gnu.org/licenses/>.
14
 
#
15
 
# Authored by: Thomas Voss <thomas.voss@canonical.com>,
16
 
#              Alan Griffiths <alan@octopull.co.uk>
17
 
 
18
 
list(APPEND UNIT_TEST_SOURCES
19
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_gbm_client_buffer.cpp
20
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_gbm_client_platform.cpp
21
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_mesa_native_display_container.cpp
22
 
  ${CMAKE_CURRENT_SOURCE_DIR}/test_native_surface.cpp
23
 
)
24
 
 
25
 
set(UNIT_TEST_SOURCES ${UNIT_TEST_SOURCES} PARENT_SCOPE)