summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter5/CMakeLists.txt
blob: 33a0651f8c0a9d9c15707a4635ca9dc07e0c04df (plain)
1
2
3
4
5
6
add_llvm_example(Kaleidoscope-Ch5
  toy.cpp
  )

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