aboutsummaryrefslogtreecommitdiffstats
path: root/examples/HowToUseJIT/CMakeLists.txt
blob: ad7da9576974b5e655b5c994a6f16e0af31989f2 (plain)
1
2
3
4
5
set(LLVM_LINK_COMPONENTS jit interpreter nativecodegen)

add_llvm_executable(HowToUseJIT
  HowToUseJIT.cpp
  )