Initial support for the CMake build system.
[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   SlowOperationInformer.cpp
20   SmallPtrSet.cpp
21   Statistic.cpp
22   Streams.cpp
23   StringExtras.cpp
24   StringMap.cpp
25   StringPool.cpp
26   SystemUtils.cpp
27   Timer.cpp
28   raw_ostream.cpp
29   )