Update cmake build files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74210 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Owen Anderson 2009-06-25 21:58:34 +00:00
parent 4a28522c1a
commit 3c99d29b60

View File

@ -14,6 +14,7 @@ add_llvm_library(LLVMSystem
Signals.cpp
Threading.cpp
TimeValue.cpp
ThreadLocal.cpp
)
if( BUILD_SHARED_LIBS AND NOT WIN32 )