Warning, /kdevelop/kdevelop/plugins/craft/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 include_directories(
0002     ..
0003     ${CMAKE_CURRENT_BINARY_DIR}/..
0004 )
0005 
0006 set(test_craftruntime_SRCS
0007     test_craftruntime.cpp
0008     ../craftruntime.cpp
0009     ${craftplugin_LOG_SRCS}
0010 )
0011 
0012 ecm_add_test(${test_craftruntime_SRCS}
0013     TEST_NAME test_craftruntime
0014     LINK_LIBRARIES Qt5::Test KDev::Tests)
0015 
0016 target_compile_definitions(test_craftruntime PRIVATE -DCRAFT_ROOT_MOCK="${CMAKE_CURRENT_SOURCE_DIR}/craft_root_mock")