CMakeLists.txt   [plain text]


set(LLVM_LINK_COMPONENTS
  Core
  Support
  )

add_llvm_example(Kaleidoscope-Ch3
  toy.cpp
  )