forked from Qortal/Brooklyn
7 lines
117 B
CMake
7 lines
117 B
CMake
|
include(ECMAddTests)
|
||
|
|
||
|
ecm_add_tests(systemtraymodeltest.cpp
|
||
|
LINK_LIBRARIES systemtraymodel_static
|
||
|
Qt::Test
|
||
|
)
|