diff options
Diffstat (limited to 'contrib/llvm/examples/ExceptionDemo/CMakeLists.txt')
-rw-r--r-- | contrib/llvm/examples/ExceptionDemo/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contrib/llvm/examples/ExceptionDemo/CMakeLists.txt b/contrib/llvm/examples/ExceptionDemo/CMakeLists.txt new file mode 100644 index 0000000..d6619155 --- /dev/null +++ b/contrib/llvm/examples/ExceptionDemo/CMakeLists.txt @@ -0,0 +1,5 @@ +set(LLVM_LINK_COMPONENTS jit nativecodegen) + +add_llvm_example(ExceptionDemo + ExceptionDemo.cpp + ) |