Update RemoveChildren func
[platform/core/api/notification.git] / CMakeLists.txt
1 CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
2
3 ENABLE_TESTING()
4 SET(NOTIFICATION_UNIT_TESTS notification-ex_unittests)
5 ADD_TEST(NAME ${NOTIFICATION_UNIT_TESTS} COMMAND ${NOTIFICATION_UNIT_TESTS})
6
7 ADD_SUBDIRECTORY(notification)
8 ADD_SUBDIRECTORY(notification-ex)
9 ADD_SUBDIRECTORY(unittest)
10
11 ADD_DEPENDENCIES(notification-ex_unittests notification-ex)