bolt/deps/llvm-18.1.8/lldb/unittests/Instruction/CMakeLists.txt
2025-02-14 19:21:04 +01:00

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
)