1add_lldb_library(lldbPluginSymbolLocatorDebugSymbols PLUGIN 2 SymbolLocatorDebugSymbols.cpp 3 4 LINK_LIBS 5 lldbCore 6 lldbHost 7 lldbSymbol 8 ) 9