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

« back to all changes in this revision

Viewing changes to plugins/place/src/constrain-to-workarea/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:
11
11
                       compiz_place_constrain_to_workarea
12
12
                       ${GTEST_BOTH_LIBRARIES}
13
13
                       ${GMOCK_LIBRARY}
14
 
                       ${GMOCK_MAIN_LIBRARY}
15
 
                       ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
16
 
                       )
 
14
                       ${GMOCK_MAIN_LIBRARY})
17
15
 
18
16
compiz_discover_tests (compiz_test_place_constrain_to_workarea COVERAGE compiz_place_constrain_to_workarea)