The only difference from the original PR are the added BRIEF and FULL_DOCS arguments to define_property, which are required for cmake<3.23.
14 lines
333 B
CMake
14 lines
333 B
CMake
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ObjectFile)
|
|
|
|
add_subdirectory(Breakpad)
|
|
add_subdirectory(COFF)
|
|
add_subdirectory(ELF)
|
|
add_subdirectory(JSON)
|
|
add_subdirectory(Mach-O)
|
|
add_subdirectory(Minidump)
|
|
add_subdirectory(PDB)
|
|
add_subdirectory(PECOFF)
|
|
add_subdirectory(XCOFF)
|
|
add_subdirectory(Placeholder)
|
|
add_subdirectory(wasm)
|