Release version 0.5.99
[platform/core/api/notification.git] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2
3 ADD_SUBDIRECTORY(notification)
4 ADD_SUBDIRECTORY(notification-ex)
5 ADD_SUBDIRECTORY(tests)
6
7 ENABLE_TESTING()
8 SET(NOTIFICATION_UNIT_TESTS notification-ex_unittests)
9 ADD_TEST(NAME ${NOTIFICATION_UNIT_TESTS} COMMAND ${NOTIFICATION_UNIT_TESTS})