Warning, /kdevelop/kdevelop/plugins/clazy/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 ecm_add_test(
0008     test_clazyjob.cpp
0009 
0010     TEST_NAME test_clazyjob
0011     LINK_LIBRARIES kdevclazy_core Qt5::Test KDev::Tests
0012 )