summaryrefslogtreecommitdiff
path: root/examples/Kaleidoscope/Chapter8/CMakeLists.txt
blob: d9b5cc421be397e6a7df382b4901505caec67f6d (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-Ch8
  toy.cpp
  )

export_executable_symbols(Kaleidoscope-Ch8)