33a0651f8c0a9d9c15707a4635ca9dc07e0c04df
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
1 add_llvm_example(Kaleidoscope-Ch5
2   toy.cpp
3   )
4
5 add_llvm_link_components(Kaleidoscope-Ch5 jit interpreter native)
6 target_link_libraries(Kaleidoscope-Ch5 LLVMCore)