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.txt12
1 files changed, 12 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..49a71a8409c
--- /dev/null
+++ b/llvm/lib/DebugInfo/Msf/CMakeLists.txt
@@ -0,0 +1,12 @@
+add_llvm_library(LLVMDebugInfoMsf
+ ByteStream.cpp
+ IndexedStreamData.cpp
+ 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