Reverting r222828 and r222810-r222812 as they broke the build on Windows.
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   GDBRegistrar.cpp
3   RuntimeDyld.cpp
4   RuntimeDyldChecker.cpp
5   RuntimeDyldELF.cpp
6   RuntimeDyldMachO.cpp
7   )