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

0001 ecm_add_test(
0002     lexertest.cpp
0003     LINK_LIBRARIES
0004         kdevphpparser
0005         Qt5::Test
0006         Qt5::Core
0007         KDev::Language
0008 )
0009 
0010 # hack to make ../phpdebugvisitor.h (generated at compile time)
0011 # use the correct EXPORT tags when compiling in MinGW
0012 if (MINGW)
0013     add_definitions(-DMAKE_KDEV4PHPPARSER_LIB)
0014 endif (MINGW)