~compiz-team/compiz/compiz.compiz-compizconfig-python.setting-api

« back to all changes in this revision

Viewing changes to plugins/wall/src/offset_movement/tests/CMakeLists.txt

  • Committer: smspillaz
  • Date: 2012-05-17 06:57:33 UTC
  • mfrom: (3196.1.4 0.9.8)
  • Revision ID: sam.spilsbury@canonical.com-20120517065733-etaiwayrba5lmmxq
MergeĀ lp:compiz/0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
pkg_check_modules (
2
2
  COMPIZ
3
3
  REQUIRED
4
 
  glibmm-2.4 glib-2.0 compiz
 
4
  glibmm-2.4 glib-2.0
5
5
)
6
6
 
7
7
find_library (GMOCK_LIBRARY gmock)
27
27
                       ${GMOCK_LIBRARY}
28
28
                       ${GMOCK_MAIN_LIBRARY}
29
29
                       ${CMAKE_THREAD_LIBS_INIT} # Link in pthread. 
 
30
                       compiz_core
30
31
                       )
31
32
 
32
33
gtest_add_tests (compiz_test_wall_offset_movement "" ${CMAKE_CURRENT_SOURCE_DIR}/test-wall-offset-movement.cpp)