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

« back to all changes in this revision

Viewing changes to src/rect/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:
14
14
                       compiz_rect 
15
15
                       ${GTEST_BOTH_LIBRARIES}
16
16
                       ${GMOCK_LIBRARY}
17
 
                       ${GMOCK_MAIN_LIBRARY}
18
 
                       ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
19
 
                       )
 
17
                       ${GMOCK_MAIN_LIBRARY})
20
18
 
21
19
target_link_libraries (compiz_test_rect_wraparound_point
22
20
                       compiz_rect_test
23
21
                       compiz_rect 
24
22
                       ${GTEST_BOTH_LIBRARIES}
25
23
                       ${GMOCK_LIBRARY}
26
 
                       ${GMOCK_MAIN_LIBRARY}
27
 
                       ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
28
 
                       )
 
24
                       ${GMOCK_MAIN_LIBRARY})
29
25
 
30
26
compiz_discover_tests (compiz_test_rect COVERAGE compiz_rect)
31
27
compiz_discover_tests (compiz_test_rect_wraparound_point COVERAGE compiz_rect)