| commit | a229b3c9a78a54d73b9188f729f6dc4a0412ca0b | [log] [tgz] |
|---|---|---|
| author | Oscar Fuentes <ofv@wanadoo.es> | Mon Sep 22 01:08:49 2008 +0000 |
| committer | Oscar Fuentes <ofv@wanadoo.es> | Mon Sep 22 01:08:49 2008 +0000 |
| tree | 5ee5be099522e12eb686deb47734dc1cd6469606 | |
| parent | 91ef8fcd29e6baff721dabc494e65a5eabade386 [diff] [blame] |
Initial support for the CMake build system. llvm-svn: 56419
diff --git a/llvm/lib/Linker/CMakeLists.txt b/llvm/lib/Linker/CMakeLists.txt new file mode 100644 index 0000000..0b6d2f4 --- /dev/null +++ b/llvm/lib/Linker/CMakeLists.txt
@@ -0,0 +1,6 @@ +add_llvm_library(LLVMLinker + LinkArchives.cpp + LinkItems.cpp + LinkModules.cpp + Linker.cpp + )