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

add_kaleidoscope_chapter(Kaleidoscope-Ch9
  toy.cpp
  )

export_executable_symbols(Kaleidoscope-Ch9)
OpenPOWER on IntegriCloud