Files
clang-p2996/lldb/source/Plugins/SymbolFile/CMakeLists.txt
Nico Weber ea04bf302c [lldb] Alphabetize some CMake files a bit better
No observable behavior change, but makes the generated Plugins.def a bit easier
to read.

Differential Revision: https://reviews.llvm.org/D109367
2021-09-07 13:19:00 -04:00

6 lines
126 B
CMake

add_subdirectory(Breakpad)
add_subdirectory(DWARF)
add_subdirectory(NativePDB)
add_subdirectory(PDB)
add_subdirectory(Symtab)