diff options
Diffstat (limited to 'source/Plugins/Architecture/Arm/CMakeLists.txt')
-rw-r--r-- | source/Plugins/Architecture/Arm/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/Plugins/Architecture/Arm/CMakeLists.txt b/source/Plugins/Architecture/Arm/CMakeLists.txt new file mode 100644 index 000000000000..60bbe69a99fb --- /dev/null +++ b/source/Plugins/Architecture/Arm/CMakeLists.txt @@ -0,0 +1,11 @@ +add_lldb_library(lldbPluginArchitectureArm PLUGIN + ArchitectureArm.cpp + + LINK_LIBS + lldbPluginProcessUtility + lldbCore + lldbTarget + lldbUtility + LINK_COMPONENTS + Support + ) |