forked from Qortal/Brooklyn
9 lines
265 B
CMake
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)
|