d6619155684341eec5e3f9daa3d2342d9aa56e84
[oota-llvm.git] / examples / ExceptionDemo / CMakeLists.txt
1 set(LLVM_LINK_COMPONENTS jit nativecodegen)
2
3 add_llvm_example(ExceptionDemo
4   ExceptionDemo.cpp
5   )