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

add_llvm_example(Kaleidoscope-Ch4
  toy.cpp
  )