aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Chapter3/CMakeLists.txt
blob: 8053c968f3dd978fc42b934d1e2bf885fd55cd6e (plain)
1
2
3
4
5
6
7
8
set(LLVM_LINK_COMPONENTS
  Core
  Support
  )

add_kaleidoscope_chapter(Kaleidoscope-Ch3
  toy.cpp
  )