]> git.proxmox.com Git - rustc.git/blob - src/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt
Imported Upstream version 1.0.0-alpha.2
[rustc.git] / src / llvm / examples / Kaleidoscope / Chapter3 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS
2 Core
3 Support
4 )
5
6 add_kaleidoscope_chapter(Kaleidoscope-Ch3
7 toy.cpp
8 )