002e0d4670beb8f75d3220cb5d32258a4db2314c
[oota-llvm.git] / examples / Kaleidoscope / Chapter6 / CMakeLists.txt
1 add_llvm_example(Kaleidoscope-Ch6
2   toy.cpp
3   )
4
5 add_llvm_link_components(Kaleidoscope-Ch6 jit interpreter native)
6 target_link_libraries(Kaleidoscope-Ch6 LLVMCore)