llvm/llvm/examples/Kaleidoscope/Chapter8/CMakeLists.txt

set(LLVM_LINK_COMPONENTS
  all
  )

add_kaleidoscope_chapter(Kaleidoscope-Ch8
  toy.cpp
  )