summaryrefslogtreecommitdiff
path: root/examples/clang-interpreter/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'examples/clang-interpreter/CMakeLists.txt')
-rw-r--r--examples/clang-interpreter/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/clang-interpreter/CMakeLists.txt b/examples/clang-interpreter/CMakeLists.txt
index 4c6db12a4e43..e7e59d930877 100644
--- a/examples/clang-interpreter/CMakeLists.txt
+++ b/examples/clang-interpreter/CMakeLists.txt
@@ -3,6 +3,7 @@ set(LLVM_LINK_COMPONENTS
ExecutionEngine
MC
MCJIT
+ Option
Support
native
)