[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git] / examples / Kaleidoscope / Chapter3 / CMakeLists.txt
blob8053c968f3dd978fc42b934d1e2bf885fd55cd6e
1 set(LLVM_LINK_COMPONENTS
2   Core
3   Support
4   )
6 add_kaleidoscope_chapter(Kaleidoscope-Ch3
7   toy.cpp
8   )