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

add_llvm_example(Kaleidoscope
  toy.cpp
  )