Skip to content

Commit dd63506

Browse files
committed
[lldb/cmake] Fix linking of lldbSymbolHelpers for 9cb222e
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.
1 parent 6c770a0 commit dd63506

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
set_property(DIRECTORY PROPERTY EXCLUDE_FROM_ALL ON)
22
add_lldb_library(lldbSymbolHelpers
33
YAMLModuleTester.cpp
4+
5+
LINK_LIBS
6+
lldbCore
7+
lldbHost
8+
lldbPluginExpressionParserClang
9+
lldbPluginSymbolFileDWARF
10+
lldbPluginTypeSystemClang
11+
lldbUtilityHelpers
12+
13+
LINK_COMPONENTS
14+
ObjectYAML
415
)

0 commit comments

Comments
 (0)