Add Threading.cpp to the CMake project files
[oota-llvm.git] / lib / Support / CMakeLists.txt
1 add_llvm_library(LLVMSupport
2   APFloat.cpp
3   APInt.cpp
4   APSInt.cpp
5   Allocator.cpp
6   Annotation.cpp
7   CommandLine.cpp
8   ConstantRange.cpp
9   Debug.cpp
10   Dwarf.cpp
11   FileUtilities.cpp
12   FoldingSet.cpp
13   GraphWriter.cpp
14   IsInf.cpp
15   IsNAN.cpp
16   ManagedStatic.cpp
17   MemoryBuffer.cpp
18   PluginLoader.cpp
19   PrettyStackTrace.cpp
20   SlowOperationInformer.cpp
21   SmallPtrSet.cpp
22   Statistic.cpp
23   Streams.cpp
24   StringExtras.cpp
25   StringMap.cpp
26   StringPool.cpp
27   SystemUtils.cpp
28   Threading.cpp
29   Timer.cpp
30   Triple.cpp
31   raw_ostream.cpp
32   )