mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-18 21:25:52 +00:00
8 lines
161 B
CMake
8 lines
161 B
CMake
include(ECMAddTests)
|
|
|
|
ecm_add_tests(
|
|
tasktoolstest.cpp
|
|
launchertasksmodeltest.cpp
|
|
LINK_LIBRARIES taskmanager Qt::Test KF5::Service KF5::IconThemes
|
|
)
|