[Orc] Revert r236465 - It broke the Windows bots.
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
1 add_llvm_library(LLVMOrcJIT
2   CloneSubModule.cpp
3   ExecutionUtils.cpp
4   IndirectionUtils.cpp
5   OrcMCJITReplacement.cpp
6   OrcTargetSupport.cpp
7
8   ADDITIONAL_HEADER_DIRS
9   ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
10   )