diff options
Diffstat (limited to 'llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt')
-rw-r--r-- | llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt b/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt new file mode 100644 index 00000000000..7273a33030e --- /dev/null +++ b/llvm/lib/ExecutionEngine/OrcError/CMakeLists.txt @@ -0,0 +1,6 @@ +add_llvm_library(LLVMOrcError + OrcError.cpp + RPCError.cpp + ADDITIONAL_HEADER_DIRS + ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc + ) |