forked from OSchip/llvm-project
[CMake] Adding API dependency on Utility
Utility is directly referenced from API. llvm-svn: 294986
This commit is contained in:
parent
4d35f9e10e
commit
aa2f4bf686
|
@ -94,6 +94,7 @@ add_lldb_library(liblldb SHARED
|
|||
lldbInterpreter
|
||||
lldbSymbol
|
||||
lldbTarget
|
||||
lldbUtility
|
||||
${LLDB_ALL_PLUGINS}
|
||||
LINK_COMPONENTS
|
||||
Support
|
||||
|
|
Loading…
Reference in New Issue