
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.
10 lines
233 B
CMake
10 lines
233 B
CMake
set_property(DIRECTORY PROPERTY LLDB_PLUGIN_KIND Instruction)
|
|
|
|
add_subdirectory(ARM)
|
|
add_subdirectory(ARM64)
|
|
add_subdirectory(LoongArch)
|
|
add_subdirectory(MIPS)
|
|
add_subdirectory(MIPS64)
|
|
add_subdirectory(PPC64)
|
|
add_subdirectory(RISCV)
|