xref: /aosp_15_r20/external/llvm/examples/Kaleidoscope/Chapter3/CMakeLists.txt (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1set(LLVM_LINK_COMPONENTS
2  Core
3  Support
4  )
5
6add_kaleidoscope_chapter(Kaleidoscope-Ch3
7  toy.cpp
8  )
9