summaryrefslogtreecommitdiff
path: root/examples/ExceptionDemo/CMakeLists.txt
blob: 293c66b2298d6cf3f3e2094176124098ecafdb52 (plain)
1
2
3
4
5
add_llvm_example(ExceptionDemo
  ExceptionDemo.cpp
  )

add_llvm_link_components(ExceptionDemo jit nativecodegen)