
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.
7 lines
159 B
CMake
7 lines
159 B
CMake
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND Architecture)
|
|
|
|
add_subdirectory(Arm)
|
|
add_subdirectory(Mips)
|
|
add_subdirectory(PPC64)
|
|
add_subdirectory(AArch64)
|