Fix CodeView library name and non-CMake builds
[oota-llvm.git] / lib / DebugInfo / CodeView / CMakeLists.txt
1 add_llvm_library(LLVMDebugInfoCodeView
2   FieldListRecordBuilder.cpp
3   Line.cpp
4   ListRecordBuilder.cpp
5   MemoryTypeTableBuilder.cpp
6   MethodListRecordBuilder.cpp
7   TypeRecordBuilder.cpp
8   TypeTableBuilder.cpp
9
10   ADDITIONAL_HEADER_DIRS
11   ${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/CodeView
12   )