Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
fbb4d1e43d0db9f8d1514a0209bb01f56e49d75f
/
.
/
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
)