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