f94ed7436189b23730172de26af0cab59aab5c6a
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   MCJIT
5   RuntimeDyld
6   Support
7   native
8   )
9
10 add_kaleidoscope_chapter(Kaleidoscope-Ch8
11   toy.cpp
12   )