mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-10 20:42:32 +00:00
![Zachary Turner](/assets/img/avatar_default.png)
Previously this change was submitted from a Windows machine, so changes made to the case of filenames and directory names did not survive the commit, and as a result the CMake source file names and the on-disk file names did not match on case-sensitive file systems. I'm resubmitting this patch from a Linux system, which hopefully allows the case changes to make it through unfettered. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277213 91177308-0d34-0410-b5e6-96231b3b80d8
11 lines
221 B
CMake
11 lines
221 B
CMake
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"
|
|
)
|