Add Threading.cpp to the CMake project files
authorDouglas Gregor <dgregor@apple.com>
Tue, 16 Jun 2009 17:45:38 +0000 (17:45 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 16 Jun 2009 17:45:38 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73516 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Support/CMakeLists.txt

index 7c8ce706b610ee7a77d08b0e79a0af9da97c51d8..da80eaa07a3916683701fca1d129858bf1796dbb 100644 (file)
@@ -25,6 +25,7 @@ add_llvm_library(LLVMSupport
   StringMap.cpp
   StringPool.cpp
   SystemUtils.cpp
+  Threading.cpp
   Timer.cpp
   Triple.cpp
   raw_ostream.cpp