summaryrefslogtreecommitdiff
path: root/lib/System/CMakeLists.txt
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2009-06-18 17:47:09 +0000
committerTed Kremenek <kremenek@apple.com>2009-06-18 17:47:09 +0000
commite53118ea32370b5c57c61ae5e8125883acfb641b (patch)
treef6fe6a25d0f8b29a78ad05e62e0fbb274b352720 /lib/System/CMakeLists.txt
parente3cd5ca7e79f4359e8a101c211fc9c117eb62347 (diff)
downloadllvm-e53118ea32370b5c57c61ae5e8125883acfb641b.tar.gz
llvm-e53118ea32370b5c57c61ae5e8125883acfb641b.tar.bz2
llvm-e53118ea32370b5c57c61ae5e8125883acfb641b.tar.xz
Update CMake files to account for new location of Threading.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73708 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/System/CMakeLists.txt')
-rw-r--r--lib/System/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/System/CMakeLists.txt b/lib/System/CMakeLists.txt
index ae3f371ea0..a5a56e832d 100644
--- a/lib/System/CMakeLists.txt
+++ b/lib/System/CMakeLists.txt
@@ -12,6 +12,7 @@ add_llvm_library(LLVMSystem
Program.cpp
RWMutex.cpp
Signals.cpp
+ Threading.cpp
TimeValue.cpp
)