Warning, /kdevelop/kdev-python/parser/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 set(pyasttest_SRCS pyasttest.cpp ../parserdebug.cpp)
0002 
0003 include_directories(${CMAKE_BINARY_DIR}/duchain)
0004 ecm_add_test(${pyasttest_SRCS}
0005     TEST_NAME pyasttest
0006     LINK_LIBRARIES kdevpythonparser Qt5::Test KDev::Tests)
0007