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