aboutsummaryrefslogtreecommitdiffstats
path: root/lib/System
diff options
context:
space:
mode:
authorDouglas Gregor <doug.gregor@gmail.com>2009-06-17 17:01:30 +0000
committerDouglas Gregor <doug.gregor@gmail.com>2009-06-17 17:01:30 +0000
commit42b130d8ef40712a5fb1d5f5d5c3668b8b58f1a2 (patch)
tree4fbf2566e92c6d82954b49528aeceb26709a4ece /lib/System
parent31335ba9c3d5cd616f62f88189c804ffaebfb02f (diff)
downloadexternal_llvm-42b130d8ef40712a5fb1d5f5d5c3668b8b58f1a2.zip
external_llvm-42b130d8ef40712a5fb1d5f5d5c3668b8b58f1a2.tar.gz
external_llvm-42b130d8ef40712a5fb1d5f5d5c3668b8b58f1a2.tar.bz2
Add RWMutex.cpp to the CMake makefiles
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73615 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System')
-rw-r--r--lib/System/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index 5415dd6..ae3f371 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -10,6 +10,7 @@ add_llvm_library(LLVMSystem
Path.cpp
Process.cpp
Program.cpp
+ RWMutex.cpp
Signals.cpp
TimeValue.cpp
)