xref: /openbsd-src/gnu/llvm/lldb/source/Plugins/Architecture/Arm/CMakeLists.txt (revision 061da546b983eb767bad15e67af1174fb0bcf31c)
1add_lldb_library(lldbPluginArchitectureArm PLUGIN
2  ArchitectureArm.cpp
3
4  LINK_LIBS
5    lldbPluginProcessUtility
6    lldbCore
7    lldbTarget
8    lldbUtility
9  LINK_COMPONENTS
10    Support
11  )
12