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

6 lines
114 B
CMake
Raw Normal View History

add_llvm_example(Fibonacci
fibonacci.cpp
)
add_llvm_link_components(Fibonacci jit interpreter nativecodegen)