Update CMake file.
[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   ErrorHandling.cpp
12   FileUtilities.cpp
13   FoldingSet.cpp
14   FormattedStream.cpp
15   GraphWriter.cpp
16   IsInf.cpp
17   IsNAN.cpp
18   ManagedStatic.cpp
19   MemoryBuffer.cpp
20   PluginLoader.cpp
21   PrettyStackTrace.cpp
22   SlowOperationInformer.cpp
23   SmallPtrSet.cpp
24   SourceMgr.cpp
25   Statistic.cpp
26   Streams.cpp
27   StringExtras.cpp
28   StringMap.cpp
29   StringPool.cpp
30   SystemUtils.cpp
31   Timer.cpp
32   Triple.cpp
33   raw_ostream.cpp
34   )
35
36 target_link_libraries (LLVMSupport LLVMSystem)