summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter4/CMakeLists.txt
blob: 7aa18b8898871728e3280b3391061ad65193c600 (plain)
1
2
3
4
5
6
add_llvm_example(Kaleidoscope-Ch4
  toy.cpp
  )

add_llvm_link_components(Kaleidoscope-Ch4 jit interpreter native)
target_link_libraries(Kaleidoscope-Ch4 LLVMCore)