
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.
6 lines
165 B
CMake
6 lines
165 B
CMake
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND ObjectContainer)
|
|
|
|
add_subdirectory(BSD-Archive)
|
|
add_subdirectory(Universal-Mach-O)
|
|
add_subdirectory(Mach-O-Fileset)
|