[Orc] Reapply r236465 with fixes for the MSVC bots.
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
1 add_llvm_library(LLVMOrcJIT
2   ExecutionUtils.cpp
3   IndirectionUtils.cpp
4   OrcMCJITReplacement.cpp
5   OrcTargetSupport.cpp
6
7   ADDITIONAL_HEADER_DIRS
8   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
9   )