~lukas-kde/qtmir/betterSessionManagement

« back to all changes in this revision

Viewing changes to tests/framework/CMakeLists.txt

  • Committer: Gerry Boland
  • Date: 2017-03-24 11:29:56 UTC
  • mfrom: (590.1.35 qtmir)
  • mto: (590.24.1 keyState)
  • mto: This revision was merged to the branch mainline in revision 596.
  • Revision ID: gerry.boland@canonical.com-20170324112956-pwlzbn3jw43879ly
Merge trunk & fix build failure

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    mock_prompt_session_manager.cpp
29
29
    mock_renderable.cpp
30
30
    mock_session.cpp
 
31
    mock_sessionmap.h
31
32
    mock_settings.cpp
32
33
    mock_shared_wakelock.cpp
33
34
    mock_surface.cpp
46
47
target_link_libraries(
47
48
    qtmir-test-framework-static
48
49
 
 
50
    unityapplicationplugin
 
51
 
49
52
    ${GTEST_BOTH_LIBRARIES}
50
53
    ${GMOCK_LIBRARIES}
51
54
)