From dd0ae752ed5ab1d1f18e9721eb8da68735caf6e2 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Tue, 16 Jun 2009 17:45:38 +0000 Subject: [PATCH] Add Threading.cpp to the CMake project files git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73516 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Support/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Support/CMakeLists.txt b/lib/Support/CMakeLists.txt index 7c8ce706b61..da80eaa07a3 100644 --- a/lib/Support/CMakeLists.txt +++ b/lib/Support/CMakeLists.txt @@ -25,6 +25,7 @@ add_llvm_library(LLVMSupport StringMap.cpp StringPool.cpp SystemUtils.cpp + Threading.cpp Timer.cpp Triple.cpp raw_ostream.cpp -- 2.34.1