Rewrite the CMake build to use explicit dependencies between libraries,
[oota-llvm.git] / lib / ExecutionEngine / RuntimeDyld / CMakeLists.txt
1 add_llvm_library(LLVMRuntimeDyld
2   RuntimeDyld.cpp
3   RuntimeDyldMachO.cpp
4   )
5
6 add_llvm_library_dependencies(LLVMRuntimeDyld
7   LLVMObject
8   LLVMSupport
9   )