Make Kaleidoscope not link against the interpreter, since that didn't
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
2
3 add_llvm_example(Kaleidoscope-Ch5
4   toy.cpp
5   )