summaryrefslogtreecommitdiff
path: root/tools/llvmc/examples/mcc16/CMakeLists.txt
blob: f9eeb03d41cc39c15983a8f47d3e1b711a056a9e (plain)
1
2
3
4
5
6
7
8
9
10
11
set(LLVM_TARGET_DEFINITIONS PIC16.td)

tablegen(PIC16.inc -gen-llvmc)

set(LLVM_USED_LIBS CompilerDriver)
set(LLVM_LINK_COMPONENTS support)

add_llvm_example(mcc16
  Hooks.cpp
  Main.cpp
  )