Warning, /pim/zanshin/tests/testlib/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(testlib_SRCS 0002 akonadidebug.cpp 0003 akonadifakedata.cpp 0004 akonadifakedataxmlloader.cpp 0005 akonadifakejobs.cpp 0006 akonadifakemonitor.cpp 0007 akonadifakestorage.cpp 0008 akonadifakestoragebehavior.cpp 0009 akonadistoragetestbase.cpp 0010 fakejob.cpp 0011 gencollection.cpp 0012 gentodo.cpp 0013 monitorspy.cpp 0014 testhelpers.cpp 0015 ) 0016 0017 include_directories(${CMAKE_SOURCE_DIR}/tests ${CMAKE_SOURCE_DIR}/src) 0018 add_library(testlib STATIC ${testlib_SRCS}) 0019 set_property(TARGET testlib PROPERTY POSITION_INDEPENDENT_CODE ON) 0020 0021 target_link_libraries(testlib 0022 KPim6::AkonadiCore 0023 KPim6::AkonadiXml 0024 KF6::CalendarCore 0025 Qt::DBus 0026 Qt::Test 0027 ) 0028