~dandrader/qtmir/surfaceItemFillMode

« back to all changes in this revision

Viewing changes to tests/modules/SurfaceManager/CMakeLists.txt

  • Committer: Daniel d'Andrada
  • Date: 2015-12-04 13:02:38 UTC
  • mfrom: (345.5.19 qtmir)
  • Revision ID: daniel.dandrada@canonical.com-20151204130238-kcdot0tm1lkd17px
mergeĀ lp:~nick-dedekind/qtmir/polite-close

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  mirsurfaceitem_test.cpp
4
4
  mirsurface_test.cpp
5
5
  ${CMAKE_SOURCE_DIR}/src/common/debughelpers.cpp
6
 
  ${CMAKE_SOURCE_DIR}/tests/modules/common/fake_mirsurface.h
7
 
  ${CMAKE_SOURCE_DIR}/tests/modules/common/fake_session.h
8
6
)
9
7
 
10
8
include_directories(
11
9
  ${CMAKE_SOURCE_DIR}/src/modules
12
10
  ${CMAKE_SOURCE_DIR}/src/platforms/mirserver
13
 
  ${CMAKE_SOURCE_DIR}/tests/modules/common
 
11
  ${CMAKE_SOURCE_DIR}/tests/framework
14
12
  ${MIRSERVER_INCLUDE_DIRS}
15
13
)
16
14
 
19
17
target_link_libraries(
20
18
  surfacemanager_test
21
19
 
22
 
  qpa-mirserver
23
20
  unityapplicationplugin
24
21
 
25
22
  Qt5::Test
26
23
 
 
24
  -L${CMAKE_BINARY_DIR}/tests/framework
 
25
  qtmir-test-framework-static
 
26
 
27
27
  ${GTEST_BOTH_LIBRARIES}
28
28
  ${GMOCK_LIBRARIES}
29
29
)