summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter7/CMakeLists.txt
blob: 9b8227c693409144d99c20f68c7b9a5ac0353bc1 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS core jit interpreter native)

add_llvm_example(Kaleidoscope-Ch7
  toy.cpp
  )