snorenotify/autotest/CMakeLists.txt
Patrick von Reth bb447c91c1 add better support for markup in messages.
added a test class
2015-06-23 17:04:57 +02:00

5 lines
120 B
CMake

include(ECMAddTests)
find_package(Qt5Test)
ecm_add_tests( snorebenchmark.cpp LINK_LIBRARIES Snore::Libsnore Qt5::Test)