Warning, /office/kmymoney/kmymoney/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include(ECMAddTests)
0002 
0003 file(GLOB tests_sources "*-test.cpp")
0004 ecm_add_tests(${tests_sources}
0005   NAME_PREFIX
0006     "kmymoney-"
0007   LINK_LIBRARIES
0008     Qt::Core
0009     Qt::Test
0010     kmymoney_common
0011 )
0012 
0013 add_library(kmm_testutilities STATIC
0014   testutilities.cpp
0015 )
0016 target_link_libraries(kmm_testutilities
0017   PUBLIC
0018     Qt::Core
0019   PRIVATE
0020     mymoneystoragexml
0021     xmlstoragehelper
0022 )