Sign in
fuchsia
/
third_party
/
llvm-project
/
59731eebf8f24e3e90dc77e91a08d068b529cfc5
/
.
/
lldb
/
unittests
/
Disassembler
/
CMakeLists.txt
blob: 208f1807427f4e7281c02ad4a6c6f993dda57cf6 [
file
] [
log
] [
blame
]
if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(ARM)
endif()
if("X86" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(x86)
endif()
if("RISCV" IN_LIST LLVM_TARGETS_TO_BUILD)
add_subdirectory(RISCV)
endif()