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