OSDN Git Service

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 5415dd6..ae3f371 100644 (file)
@@ -10,6 +10,7 @@ add_llvm_library(LLVMSystem
   Path.cpp
   Process.cpp
   Program.cpp
+  RWMutex.cpp
   Signals.cpp
   TimeValue.cpp
   )