[Orc] Reapply r236465 with fixes for the MSVC bots.
[oota-llvm.git] / lib / ExecutionEngine / Orc / CMakeLists.txt
index 3fadb931200f658a82f2a66e93c5b5f0894efd16..18f0441c466e5ae987c13d180c49ec78ec64bfc1 100644 (file)
@@ -1,6 +1,9 @@
 add_llvm_library(LLVMOrcJIT
-  CloneSubModule.cpp
+  ExecutionUtils.cpp
   IndirectionUtils.cpp
   OrcMCJITReplacement.cpp
   OrcTargetSupport.cpp
+
+  ADDITIONAL_HEADER_DIRS
+  ${LLVM_MAIN_INCLUDE_DIR}/llvm/ExecutionEngine/Orc
   )