Skip to content

Commit

Permalink
Add missing lldbValueOjbect
Browse files Browse the repository at this point in the history
  • Loading branch information
JDevlieghere committed Oct 25, 2024
1 parent 3223f52 commit 105d547
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions lldb/source/Breakpoint/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_lldb_library(lldbBreakpoint NO_PLUGIN_DEPENDENCIES
lldbSymbol
lldbTarget
lldbUtility
lldbValueObject

LINK_COMPONENTS
Support
Expand Down
1 change: 1 addition & 0 deletions lldb/source/Commands/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ add_lldb_library(lldbCommands NO_PLUGIN_DEPENDENCIES
lldbSymbol
lldbTarget
lldbUtility
lldbValueObject
lldbVersion

LINK_COMPONENTS
Expand Down
1 change: 1 addition & 0 deletions lldb/source/Plugins/ABI/MSP430/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ add_lldb_library(lldbPluginABIMSP430 PLUGIN
lldbCore
lldbSymbol
lldbTarget
lldbValueObject
LINK_COMPONENTS
Support
TargetParser
Expand Down
1 change: 1 addition & 0 deletions lldb/source/Plugins/ABI/Mips/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ add_lldb_library(lldbPluginABIMips PLUGIN
lldbCore
lldbSymbol
lldbTarget
lldbValueObject
LINK_COMPONENTS
Support
TargetParser
Expand Down
1 change: 1 addition & 0 deletions lldb/source/Plugins/ExpressionParser/Clang/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ add_lldb_library(lldbPluginExpressionParserClang
lldbSymbol
lldbTarget
lldbUtility
lldbValueObject
lldbPluginCPlusPlusLanguage
lldbPluginCPPRuntime
lldbPluginObjCRuntime
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ add_lldb_library(lldbPluginScriptInterpreterPython PLUGIN
lldbHost
lldbInterpreter
lldbTarget
lldbValueObject
lldbPluginScriptInterpreterPythonInterfaces
${Python3_LIBRARIES}
${LLDB_LIBEDIT_LIBS}
Expand Down
1 change: 1 addition & 0 deletions lldb/unittests/ValueObject/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ add_lldb_unittest(LLDBValueObjectTests
DumpValueObjectOptionsTests.cpp

LINK_LIBS
lldbValueObject
lldbPluginPlatformLinux
lldbPluginScriptInterpreterNone

Expand Down

0 comments on commit 105d547

Please sign in to comment.