summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter6/CMakeLists.txt
blob: 002e0d4670beb8f75d3220cb5d32258a4db2314c (plain)
1
2
3
4
5
6
add_llvm_example(Kaleidoscope-Ch6
  toy.cpp
  )

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