aboutsummaryrefslogtreecommitdiffstats
path: root/examples/Kaleidoscope/Orc/fully_lazy/CMakeLists.txt
blob: abb0428a152ea81fc13fd6e825ec10dd21457b29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
set(LLVM_LINK_COMPONENTS
  Core
  ExecutionEngine
  Object
  OrcJIT
  RuntimeDyld
  Support
  native
  )

add_kaleidoscope_chapter(Kaleidoscope-Orc-fully_lazy
  toy.cpp
  )