Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
49b32d80416288b6eb8e26f76c40a8e32c20a361
/
.
/
llvm
/
examples
/
Fibonacci
/
CMakeLists.txt
blob: e294a2523759a9a08ad2171e9ec3c20aa876a42f [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
MCJIT
Support
nativecodegen
)
add_llvm_example(Fibonacci
fibonacci.cpp
)