Warning, /kdevelop/kdevelop/plugins/lldb/unittests/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(test_lldb.cpp
0008     LINK_LIBRARIES
0009         kdevlldb_static
0010         kdevdbg_testhelper
0011         KDev::Tests
0012         Qt5::Test
0013 )
0014 
0015 # Unit tests for printers
0016 ecm_add_test(test_lldbformatters.cpp
0017     LINK_LIBRARIES
0018         kdevlldb_static
0019         kdevdbg_testhelper
0020         KDev::Tests
0021         Qt5::Test
0022 )