summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter9/CMakeLists.txt
blob: a85b2c5e8b318de8c01083422893ec5cefb0382d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  Core
  ExecutionEngine
  Object
  Support
  native
  )

add_kaleidoscope_chapter(Kaleidoscope-Ch9
  toy.cpp
  )

export_executable_symbols(Kaleidoscope-Ch9)