16 lines
320 B
CMake
16 lines
320 B
CMake
add_lldb_unittest(EmulatorTests
|
|
ARM64/TestAArch64Emulator.cpp
|
|
LoongArch/TestLoongArchEmulator.cpp
|
|
RISCV/TestRISCVEmulator.cpp
|
|
|
|
LINK_LIBS
|
|
lldbCore
|
|
lldbSymbol
|
|
lldbTarget
|
|
lldbPluginInstructionARM64
|
|
lldbPluginInstructionLoongArch
|
|
lldbPluginInstructionRISCV
|
|
|
|
LINK_COMPONENTS
|
|
Support
|
|
)
|