Sign in
android
/
platform
/
external
/
llvm
/
refs/heads/android15-tests-dev
/
.
/
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
)