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

add_llvm_example(Kaleidoscope-Ch3
  toy.cpp
  )