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)