Sign in
llvm
/
llvm-project
/
lldb
/
refs/heads/main
/
.
/
source
/
Plugins
/
Instruction
/
CMakeLists.txt
blob: bf48a1c1cc11ee619b626fe8def3a678efa1f69f [
file
] [
log
] [
blame
]
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)