forked from qt-creator/qt-creator
5 lines
91 B
CMake
5 lines
91 B
CMake
|
|
add_qtc_test(tst_aggregation
|
||
|
|
DEPENDS Aggregation Qt5::Core
|
||
|
|
SOURCES tst_aggregate.cpp
|
||
|
|
)
|