Warning, /kdevelop/kdevelop/plugins/cmake/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("paths.h.cmake" "cmake-test-paths.h" ESCAPE_QUOTES)
0008 
0009 set(commonlibs Qt5::Test Qt5::Core KDev::Interfaces KDevCMakeCommon kdevcmakemanagernosettings)
0010 
0011 ecm_add_test(cmakeparsertest.cpp ../parser/cmListFileLexer.c TEST_NAME test_cmakeparser LINK_LIBRARIES ${commonlibs})
0012 ecm_add_test(test_cmakemanager.cpp    LINK_LIBRARIES ${commonlibs} KDev::Language KDev::Tests KDev::Project)
0013 ecm_add_test(test_ctestfindsuites.cpp LINK_LIBRARIES ${commonlibs} KDev::Language KDev::Tests)
0014 ecm_add_test(test_cmakeserver.cpp     LINK_LIBRARIES ${commonlibs} KDev::Language KDev::Tests KDev::Project)
0015 ecm_add_test(test_cmakefileapi.cpp    LINK_LIBRARIES ${commonlibs} KDev::Language KDev::Tests KDev::Project)
0016 
0017 # this is not a unit test but a testing tool, kept here for convenience
0018 add_executable(kdevprojectopen kdevprojectopen.cpp)
0019 target_link_libraries(kdevprojectopen Qt5::Test KDev::Project KDev::Tests KDevCMakeCommon)