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