2022-03-05 22:41:29 +05:00

9 lines
265 B
CMake

include(ECMMarkAsTest)
set(notifications_test_SRCS
notifications_test.cpp
)
add_executable(notification_test ${notifications_test_SRCS})
target_link_libraries(notification_test Qt::Test Qt::Core PW::LibNotificationManager)
ecm_mark_as_test(notification_test)