mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-20 22:25:54 +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
|
||
|
)
|