hanchenye-llvm-project/llvm/examples/ExceptionDemo/CMakeLists.txt

6 lines
100 B
CMake

set(LLVM_LINK_COMPONENTS jit nativecodegen)
add_llvm_example(ExceptionDemo
ExceptionDemo.cpp
)