hanchenye-llvm-project/llvm/examples/Fibonacci/CMakeLists.txt

14 lines
153 B
CMake

set(LLVM_LINK_COMPONENTS
Core
ExecutionEngine
Interpreter
JIT
MC
Support
nativecodegen
)
add_llvm_example(Fibonacci
fibonacci.cpp
)