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