When removing a function from the function set and adding it to deferred, we
[llvm.git] / examples / Fibonacci / CMakeLists.txt
blob693761241fc18e18d0a6fd4dca3d1721e360bac3
1 set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)
3 add_llvm_example(Fibonacci
4   fibonacci.cpp
5   )