1af8db00a172284efd65b19c77163b8ed71dfc9d
[oota-llvm.git] / examples / Kaleidoscope / Chapter3 / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS core)
2
3 add_llvm_example(Kaleidoscope-Ch3
4   toy.cpp
5   )