mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
2269779262
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. llvm-svn: 277213
6 lines
123 B
CMake
6 lines
123 B
CMake
add_subdirectory(DWARF)
|
|
add_subdirectory(MSF)
|
|
add_subdirectory(CodeView)
|
|
add_subdirectory(PDB)
|
|
add_subdirectory(Symbolize)
|