llvm-6502/examples/Fibonacci/CMakeLists.txt

14 lines
153 B
CMake
Raw Normal View History

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