1add_lldb_library(lldbPluginCPlusPlusLanguage PLUGIN 2 BlockPointer.cpp 3 Coroutines.cpp 4 CPlusPlusLanguage.cpp 5 CPlusPlusNameParser.cpp 6 CxxStringTypes.cpp 7 GenericBitset.cpp 8 GenericOptional.cpp 9 LibCxx.cpp 10 LibCxxAtomic.cpp 11 LibCxxInitializerList.cpp 12 LibCxxList.cpp 13 LibCxxMap.cpp 14 LibCxxQueue.cpp 15 LibCxxRangesRefView.cpp 16 LibCxxSpan.cpp 17 LibCxxTuple.cpp 18 LibCxxUnorderedMap.cpp 19 LibCxxVariant.cpp 20 LibCxxVector.cpp 21 LibStdcpp.cpp 22 LibStdcppTuple.cpp 23 LibStdcppUniquePointer.cpp 24 MSVCUndecoratedNameParser.cpp 25 26 LINK_LIBS 27 lldbCore 28 lldbDataFormatters 29 lldbHost 30 lldbSymbol 31 lldbTarget 32 lldbUtility 33 lldbPluginClangCommon 34 lldbPluginCPPRuntime 35 lldbPluginTypeSystemClang 36 37 LINK_COMPONENTS 38 Support 39) 40