forked from qt-creator/qt-creator
5 lines
99 B
CMake
5 lines
99 B
CMake
|
|
add_qtc_test(tst_algorithm
|
||
|
|
INCLUDES "${CMAKE_SOURCE_DIR}/src/libs"
|
||
|
|
SOURCES tst_algorithm.cpp
|
||
|
|
)
|