[lldb/cmake] Fix linking of lldbSymbolHelpers for 9cb222e7

I didn't find this locally because I have a /usr/include/gtest which is
similar enough to the bundled one to make things appear to work.
This commit is contained in:
Pavel Labath 2020-08-27 16:36:55 +02:00
parent 6c770a09be
commit dd635062d8
1 changed files with 11 additions and 0 deletions

View File

@ -1,4 +1,15 @@
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
add_lldb_library(lldbSymbolHelpers
YAMLModuleTester.cpp
LINK_LIBS
lldbCore
lldbHost
lldbPluginExpressionParserClang
lldbPluginSymbolFileDWARF
lldbPluginTypeSystemClang
lldbUtilityHelpers
LINK_COMPONENTS
ObjectYAML
)