c3e7c43cb411d8a0fd711ef51576a7a9593f5e52
[oota-llvm.git] / examples / Kaleidoscope / Chapter5 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   Core
4   ExecutionEngine
5   InstCombine
6   JIT
7   MC
8   ScalarOpts
9   Support
10   nativecodegen
11   )
12
13 add_llvm_example(Kaleidoscope-Ch5
14   toy.cpp
15   )