Warning, /utilities/basket/src/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 ########### next target ###############
0002 
0003 include(ECMMarkAsTest)
0004 include(ECMAddTests)
0005 
0006 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
0007 
0008 set(BASKET_TEST_SRC
0009     notetest.cpp
0010     basketviewtest.cpp
0011     toolstest.cpp
0012     archivetest.cpp
0013 )
0014 
0015 ecm_add_tests(${BASKET_TEST_SRC} LINK_LIBRARIES LibBasket Qt5::Test)
0016