mirror of
https://github.com/status-im/snorenotify.git
synced 2025-01-10 16:45:56 +00:00
bb447c91c1
added a test class
5 lines
120 B
CMake
5 lines
120 B
CMake
include(ECMAddTests)
|
|
find_package(Qt5Test)
|
|
|
|
ecm_add_tests( snorebenchmark.cpp LINK_LIBRARIES Snore::Libsnore Qt5::Test)
|