Reorder.
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   MCJIT
7   ScalarOpts
8   Support
9   native
10   )
11
12 add_kaleidoscope_chapter(Kaleidoscope-Ch5
13   toy.cpp
14   )