OSDN Git Service

Update cmake build files.
authorOwen Anderson <resistor@mac.com>
Thu, 25 Jun 2009 21:58:34 +0000 (21:58 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 25 Jun 2009 21:58:34 +0000 (21:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74210 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/CMakeLists.txt

index a5a56e8..431629a 100644 (file)
@@ -14,6 +14,7 @@ add_llvm_library(LLVMSystem
   Signals.cpp
   Threading.cpp
   TimeValue.cpp
+  ThreadLocal.cpp
   )
 
 if( BUILD_SHARED_LIBS AND NOT WIN32 )