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

add_kaleidoscope_chapter(Kaleidoscope-Orc-initial
  toy.cpp
  )