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