~ubuntu-branches/ubuntu/trusty/compiz/trusty

« back to all changes in this revision

Viewing changes to tests/acceptance-tests/xorg-gtest/tests/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release
  • Date: 2013-08-22 06:58:07 UTC
  • mto: This revision was merged to the branch mainline in revision 3352.
  • Revision ID: package-import@ubuntu.com-20130822065807-17nlzez0d30y09so
Tags: upstream-0.9.10+13.10.20130822
ImportĀ upstreamĀ versionĀ 0.9.10+13.10.20130822

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
set (COMPIZ_XORG_ACCEPTANCE_TEST_LIBRARIES
8
8
     compiz_xorg_gtest_system_test
9
9
     xorg_gtest_all
10
 
     xorg_gtest_main
 
10
     compiz_xorg_gtest_main
11
11
     ${GTEST_BOTH_LIBRARIES}
12
 
     ${CMAKE_THREAD_LIBS_INIT}
13
12
     ${XORG_SERVER_LIBRARIES}
14
13
     ${X11_XI_LIBRARIES})
15
14