llvm-project/lldb/source/Plugins/Instruction/ARM64/CMakeLists.txt

12 lines
205 B
CMake

add_lldb_library(lldbPluginInstructionARM64 PLUGIN
EmulateInstructionARM64.cpp
LINK_LIBS
lldbCore
lldbInterpreter
lldbSymbol
lldbPluginProcessUtility
LINK_COMPONENTS
Support
)