summaryrefslogtreecommitdiffstats
path: root/llvm/lib/DebugInfo/MSF/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/DebugInfo/MSF/CMakeLists.txt')
-rw-r--r--llvm/lib/DebugInfo/MSF/CMakeLists.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/llvm/lib/DebugInfo/MSF/CMakeLists.txt b/llvm/lib/DebugInfo/MSF/CMakeLists.txt
new file mode 100644
index 00000000000..dcb2a8e0cc9
--- /dev/null
+++ b/llvm/lib/DebugInfo/MSF/CMakeLists.txt
@@ -0,0 +1,10 @@
+add_llvm_library(LLVMDebugInfoMSF
+ MappedBlockStream.cpp
+ MSFBuilder.cpp
+ MSFCommon.cpp
+ MSFError.cpp
+ StreamReader.cpp
+ StreamWriter.cpp
+ ADDITIONAL_HEADER_DIRS
+ "${LLVM_MAIN_INCLUDE_DIR}/llvm/DebugInfo/MSF"
+ )
OpenPOWER on IntegriCloud