ReleaseNotes: shrink-wrapping; by Quentin Colombet
[oota-llvm.git] / examples / Kaleidoscope / Chapter8 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2   Core
3   ExecutionEngine
4   Object
5   Support
6   native
7   )
8
9 add_kaleidoscope_chapter(Kaleidoscope-Ch8
10   toy.cpp
11   )
12
13 export_executable_symbols(Kaleidoscope-Ch8)