summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
blob: 90ed25c885e03a7637c7afadbdad09d29aea15f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)

ENABLE_TESTING()
SET(NOTIFICATION_UNIT_TESTS notification-ex_unittests)
ADD_TEST(NAME ${NOTIFICATION_UNIT_TESTS} COMMAND ${NOTIFICATION_UNIT_TESTS})

ADD_SUBDIRECTORY(notification)
ADD_SUBDIRECTORY(notification-ex)
ADD_SUBDIRECTORY(unittest)

ADD_DEPENDENCIES(notification-ex_unittests notification-ex)