llvm-project/lldb/source/Plugins/Architecture/Arm/CMakeLists.txt

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

12 lines
192 B
CMake
Raw Normal View History

add_lldb_library(lldbPluginArchitectureArm PLUGIN
ArchitectureArm.cpp
LINK_LIBS
lldbPluginProcessUtility
lldbCore
lldbTarget
lldbUtility
LINK_COMPONENTS
Support
)