Add RWMutex.cpp to the CMake makefiles
authorDouglas Gregor <dgregor@apple.com>
Wed, 17 Jun 2009 17:01:30 +0000 (17:01 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 17 Jun 2009 17:01:30 +0000 (17:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73615 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/CMakeLists.txt

index 5415dd6e300c0a11a6a46afcc729c44fea42ee5d..ae3f371ea08e670f6b8d9a1494388fc116319f5a 100644 (file)
@@ -10,6 +10,7 @@ add_llvm_library(LLVMSystem
   Path.cpp
   Process.cpp
   Program.cpp
+  RWMutex.cpp
   Signals.cpp
   TimeValue.cpp
   )