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

tablegen(AutoGenerated.inc -gen-llvmc)

set(LLVM_USED_LIBS CompilerDriver)
set(LLVM_LINK_COMPONENTS support)

add_llvm_example(llvmc-skeleton
  Hooks.cpp
  Main.cpp
  )