summaryrefslogtreecommitdiffstats
path: root/llvm/examples/Fibonacci/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/examples/Fibonacci/CMakeLists.txt')
-rw-r--r--llvm/examples/Fibonacci/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/examples/Fibonacci/CMakeLists.txt b/llvm/examples/Fibonacci/CMakeLists.txt
index 7b8c3ea9040..693761241fc 100644
--- a/llvm/examples/Fibonacci/CMakeLists.txt
+++ b/llvm/examples/Fibonacci/CMakeLists.txt
@@ -1,5 +1,5 @@
+set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
+
add_llvm_example(Fibonacci
fibonacci.cpp
)
-
-add_llvm_link_components(Fibonacci jit interpreter nativecodegen)
OpenPOWER on IntegriCloud