9b8227c693409144d99c20f68c7b9a5ac0353bc1
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core jit interpreter native)
2
3 add_llvm_example(Kaleidoscope-Ch7
4   toy.cpp
5   )