From 2761988cfd5cd3bacdccb9518e56b9be1a651cef Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 17 Jun 2009 17:01:30 +0000 Subject: Add RWMutex.cpp to the CMake makefiles llvm-svn: 73615 --- llvm/lib/System/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/System') diff --git a/llvm/lib/System/CMakeLists.txt b/llvm/lib/System/CMakeLists.txt index 5415dd6e300..ae3f371ea08 100644 --- a/llvm/lib/System/CMakeLists.txt +++ b/llvm/lib/System/CMakeLists.txt @@ -10,6 +10,7 @@ add_llvm_library(LLVMSystem Path.cpp Process.cpp Program.cpp + RWMutex.cpp Signals.cpp TimeValue.cpp ) -- cgit v1.2.3