1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 11:33:24 +02:00
llvm-mirror/examples/Fibonacci/CMakeLists.txt
2010-09-10 21:14:25 +00:00

6 lines
114 B
CMake

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