Add CMake build support for Orc examples (& fix some clang -Werror build
[oota-llvm.git] / examples / Kaleidoscope / Orc / lazy_codegen / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   MCJIT
5   Support
6   native
7   )
8
9 add_kaleidoscope_chapter(Kaleidoscope-Orc-lazy_codegen
10   toy.cpp
11   )