summaryrefslogtreecommitdiff
path: root/source/Expression/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Expression/CMakeLists.txt')
-rw-r--r--source/Expression/CMakeLists.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/source/Expression/CMakeLists.txt b/source/Expression/CMakeLists.txt
index f8faa6df0267..7d9643a45dd5 100644
--- a/source/Expression/CMakeLists.txt
+++ b/source/Expression/CMakeLists.txt
@@ -21,4 +21,18 @@ add_lldb_library(lldbExpression
DEPENDS
${tablegen_deps}
+
+ LINK_LIBS
+ lldbCore
+ lldbHost
+ lldbInterpreter
+ lldbSymbol
+ lldbTarget
+ lldbUtility
+ lldbPluginExpressionParserClang
+
+ LINK_COMPONENTS
+ Core
+ ExecutionEngine
+ Support
)