From db142d4e1e64de6288803741683f97660c4a8981 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Tue, 21 May 2013 01:30:38 +0000 Subject: Add cmake bits for md5. llvm-svn: 182349 --- llvm/lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Support/CMakeLists.txt') diff --git a/llvm/lib/Support/CMakeLists.txt b/llvm/lib/Support/CMakeLists.txt index 01565c57769..fbc38183bcc 100644 --- a/llvm/lib/Support/CMakeLists.txt +++ b/llvm/lib/Support/CMakeLists.txt @@ -35,6 +35,7 @@ add_llvm_library(LLVMSupport ManagedStatic.cpp MemoryBuffer.cpp MemoryObject.cpp + MD5.cpp PluginLoader.cpp PrettyStackTrace.cpp Regex.cpp -- cgit v1.2.3