CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS
  Core
  Support
  )

add_kaleidoscope_chapter(Kaleidoscope-Ch3
  toy.cpp
  )