summaryrefslogtreecommitdiff
path: root/examples/Fibonacci/CMakeLists.txt
blob: 693761241fc18e18d0a6fd4dca3d1721e360bac3 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)

add_llvm_example(Fibonacci
  fibonacci.cpp
  )