Warning, /libraries/kweathercore/autotests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddTests)
0002 
0003 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Test)
0004 
0005 include_directories("${CMAKE_CURRENT_SOURCE_DIR}/../src")
0006 include_directories("${CMAKE_CURRENT_BINARY_DIR}/../src")
0007 
0008 ecm_add_tests(
0009     hourlyweatherforecasttest.cpp
0010     dailyweatherforecasttest.cpp
0011     weatherforecasttest.cpp
0012     sunrisetest.cpp
0013     geotimezonetest.cpp
0014     sunrisesourcetest.cpp
0015     locationquerytest.cpp
0016     pendingweatherforecasttest.cpp
0017     LINK_LIBRARIES KF5::KWeatherCore Qt5::Test
0018 )
0019