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

0001 remove_definitions(
0002     -DQT_NO_CAST_FROM_ASCII
0003 )
0004 
0005 include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
0006 
0007 set(test_backgroundparser_SRCS test_backgroundparser.cpp testlanguagesupport.cpp testparsejob.cpp)
0008 ecm_add_test(${test_backgroundparser_SRCS}
0009     TEST_NAME test_backgroundparser
0010     LINK_LIBRARIES KF5::TextEditor Qt5::Test KDev::Tests KF5::ThreadWeaver KDev::Language)