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

« back to all changes in this revision

Viewing changes to src/pluginclasshandler/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:
35
35
  compiz_string 
36
36
  
37
37
  ${GTEST_BOTH_LIBRARIES}
38
 
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
39
38
)
40
39
 
41
40
target_link_libraries( 
47
46
  compiz_string 
48
47
  
49
48
  ${GTEST_BOTH_LIBRARIES}
50
 
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
51
49
)
52
50
 
53
51
target_link_libraries( 
59
57
  compiz_string 
60
58
  
61
59
  ${GTEST_BOTH_LIBRARIES}
62
 
  ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
63
60
)
64
61
 
65
62
# Not compilable