Adds a JIT based exception handling example to the examples directory.
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit nativecodegen)
2
3 add_llvm_example(ExceptionDemo
4   ExceptionDemo.cpp
5   )