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