llvm-6502/examples/ExceptionDemo/CMakeLists.txt
2010-09-10 21:14:25 +00:00

6 lines
114 B
CMake

add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)
add_llvm_link_components(ExceptionDemo jit nativecodegen)