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