~aacid/unity8/add_override_warning

« back to all changes in this revision

Viewing changes to tests/plugins/Unity/Session/CMakeLists.txt

  • Committer: Albert Astals Cid
  • Date: 2016-05-05 07:30:08 UTC
  • mfrom: (2341.1.42 unity8)
  • Revision ID: albert.astals@canonical.com-20160505073008-d8u2rkkh0sg1te0l
Merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    ${CMAKE_CURRENT_BINARY_DIR}
3
3
    ${CMAKE_SOURCE_DIR}/plugins/Unity/Session
4
4
    ${libunity8-private_SOURCE_DIR}
 
5
    ${GLIB_INCLUDE_DIRS}
5
6
)
6
7
 
7
8
add_definitions(-DSM_BUSNAME=sessionBus)
15
16
)
16
17
target_link_libraries(sessionbackendtestExec
17
18
    unity8-private
 
19
    ${GLIB_LIBRARIES}
18
20
    )
19
21
qt5_use_modules(sessionbackendtestExec Test Core Qml DBus)
20
22