~mterry/+junk/u8.2

« back to all changes in this revision

Viewing changes to tests/mocks/Unity/Notifications/CMakeLists.txt

  • Committer: Michael Terry
  • Date: 2014-11-17 14:56:04 UTC
  • mfrom: (1317.1.118 unity8)
  • Revision ID: michael.terry@canonical.com-20141117145604-96dn9p5nwkifq2f4
MergeĀ fromĀ trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
add_unity8_mock(Unity.Notifications 1.0 Unity/Notifications)
 
1
include_directories(
 
2
    ${CMAKE_CURRENT_SOURCE_DIR}
 
3
)
 
4
 
 
5
set(MockNotificationsPlugin_SOURCES
 
6
    plugin.cpp
 
7
    MockNotificationTypes.cpp
 
8
    MockActionModel.cpp
 
9
)
 
10
 
 
11
add_library(MockNotificationsPlugin MODULE ${MockNotificationsPlugin_SOURCES})
 
12
 
 
13
qt5_use_modules(MockNotificationsPlugin Core Quick)
 
14
 
 
15
add_unity8_mock(Unity.Notifications 1.0 Unity/Notifications TARGETS MockNotificationsPlugin)