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

0001 remove_definitions(
0002     -DQT_NO_CAST_FROM_ASCII
0003     -DQT_NO_CAST_TO_ASCII
0004     -DQT_NO_CAST_FROM_BYTEARRAY
0005 )
0006 
0007 configure_file(tests_config.h.cmake tests_config.h)
0008 
0009 add_subdirectory(data/testgenerationtest/templates)
0010 
0011 ecm_add_test(test_generationtest.cpp LINK_LIBRARIES
0012     Qt5::Test
0013     KDev::Tests
0014     KDev::Language
0015 )