Sign in
android
/
toolchain
/
llvm-project
/
refs/heads/android12-qpr3-s4-release
/
.
/
llvm
/
examples
/
Fibonacci
/
CMakeLists.txt
blob: e294a2523759a9a08ad2171e9ec3c20aa876a42f [
file
] [
log
] [
blame
] [
edit
]
set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
MC
MCJIT
Support
nativecodegen
)
add_llvm_example(Fibonacci
fibonacci.cpp
)