From: Douglas Gregor Date: Wed, 17 Jun 2009 17:01:30 +0000 (+0000) Subject: Add RWMutex.cpp to the CMake makefiles X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=71c4a088698fe2205a1a8293f6da582f18ef7c7a;p=oota-llvm.git Add RWMutex.cpp to the CMake makefiles git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73615 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt index 5415dd6e300..ae3f371ea08 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 )