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

« back to all changes in this revision

Viewing changes to gtk/window-decorator/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:
104
104
                           ${COMPIZ_TEST_GWD_SETTINGS_ADDITIONAL_LIBRARIES}
105
105
                           decoration
106
106
                           ${COMPIZ_TEST_GTK_WINDOW_DECORATOR_LIBRARIES}
107
 
                           ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
108
107
                           ${GTEST_BOTH_LIBRARIES}
109
108
                           ${GMOCK_LIBRARY}
110
109
                           ${GMOCK_MAIN_LIBRARY})
119
118
    target_link_libraries (compiz_test_gwd_cairo_decorations
120
119
                           gtk_window_decorator_cairo_window_decoration_util
121
120
                           ${COMPIZ_TEST_GTK_WINDOW_DECORATOR_LIBRARIES}
122
 
                           ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
123
121
                           ${GTEST_BOTH_LIBRARIES}
124
122
                           ${GMOCK_LIBRARY}
125
123
                           ${GMOCK_MAIN_LIBRARY}
134
132
    target_link_libraries (compiz_test_gwd_metacity_decorations
135
133
                           gtk_window_decorator_metacity_window_decoration_util
136
134
                           ${COMPIZ_TEST_GTK_WINDOW_DECORATOR_LIBRARIES}
137
 
                           ${CMAKE_THREAD_LIBS_INIT} # Link in pthread.
138
135
                           ${GTEST_BOTH_LIBRARIES}
139
136
                           ${GMOCK_LIBRARY}
140
137
                           ${GMOCK_MAIN_LIBRARY}