8725e4761f785368ce18f8e23f0f3f9ad45f40b8
[oota-llvm.git] / examples / Kaleidoscope / Chapter7 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   MCJIT
7   RuntimeDyld
8   ScalarOpts
9   Support
10   TransformUtils
11   native
12   )
13
14 add_kaleidoscope_chapter(Kaleidoscope-Ch7
15   toy.cpp
16   )