summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorChris Bieneman <beanz@apple.com>2017-02-13 21:16:01 +0000
committerChris Bieneman <beanz@apple.com>2017-02-13 21:16:01 +0000
commitaa2f4bf686dc7d4d6a5bb21799cb12592408e02e (patch)
treee83db3d8fd675d630d7c0403a7be206a18d2dd9d /lldb/source/API
parent4d35f9e10e016ce896667ec4858f4cfc2a24f733 (diff)
downloadbcm5719-llvm-aa2f4bf686dc7d4d6a5bb21799cb12592408e02e.tar.gz
bcm5719-llvm-aa2f4bf686dc7d4d6a5bb21799cb12592408e02e.zip
[CMake] Adding API dependency on Utility
Utility is directly referenced from API. llvm-svn: 294986
Diffstat (limited to 'lldb/source/API')
-rw-r--r--lldb/source/API/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lldb/source/API/CMakeLists.txt b/lldb/source/API/CMakeLists.txt
index ff86df5d10c..3b852a3d740 100644
--- a/lldb/source/API/CMakeLists.txt
+++ b/lldb/source/API/CMakeLists.txt
@@ -94,6 +94,7 @@ add_lldb_library(liblldb SHARED
lldbInterpreter
lldbSymbol
lldbTarget
+ lldbUtility
${LLDB_ALL_PLUGINS}
LINK_COMPONENTS
Support
OpenPOWER on IntegriCloud