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

tablegen(Simple.inc -gen-llvmc)

set(LLVM_USED_LIBS CompilerDriver)
set(LLVM_LINK_COMPONENTS support)

add_llvm_example(Simple
  Simple.cpp
  )