~ubuntu-branches/ubuntu/wily/mir/wily-proposed

« back to all changes in this revision

Viewing changes to tests/mir_test_doubles/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): CI Train Bot
  • Date: 2015-05-12 13:12:55 UTC
  • mto: This revision was merged to the branch mainline in revision 96.
  • Revision ID: package-import@ubuntu.com-20150512131255-y7z12i8n4pbvo70x
Tags: upstream-0.13.0+15.10.20150512
ImportĀ upstreamĀ versionĀ 0.13.0+15.10.20150512

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
endif()
48
48
 
49
49
add_library(
50
 
  mir-test-doubles STATIC
 
50
  mir-test-doubles-static STATIC
51
51
  ${TEST_UTILS_SRCS})
52
52
 
53
 
add_dependencies(mir-test-doubles GMock)
 
53
add_dependencies(mir-test-doubles-static GMock)
54
54
 
55
 
uses_android_input(mir-test-doubles)
 
55
uses_android_input(mir-test-doubles-static)
56
56
 
57
57
target_link_libraries(
58
 
  mir-test-doubles
 
58
  mir-test-doubles-static
59
59
 
60
 
  3rd_party
 
60
  mirserver
61
61
 
62
62
  ${PROTOBUF_LIBRARIES}
63
63
  ${Boost_LIBRARIES}
67
67
)
68
68
 
69
69
add_library(
70
 
  mir-test-doubles-platform STATIC
 
70
  mir-test-doubles-platform-static STATIC
71
71
  ${MIR_TEST_DOUBLES_PLATFORM_SRCS})
72
72
 
73
73
target_link_libraries(
74
 
  mir-test-doubles-platform
 
74
  mir-test-doubles-platform-static
75
75
 
76
76
  -ldl
77
77
  ${GMOCK_LIBRARY}