llvm-project/lldb/unittests/Instruction/CMakeLists.txt

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

13 lines
272 B
CMake
Raw Normal View History

if("ARM" IN_LIST LLVM_TARGETS_TO_BUILD)
add_lldb_unittest(EmulatorTests
TestAArch64Emulator.cpp
LINK_LIBS
lldbCore
lldbSymbol
lldbTarget
lldbPluginInstructionARM64
LINK_COMPONENTS
Support
${LLVM_TARGETS_TO_BUILD})
endif()