aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt')
-rw-r--r--source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt b/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
new file mode 100644
index 000000000000..af15f284118f
--- /dev/null
+++ b/source/Plugins/DynamicLoader/Hexagon-DYLD/CMakeLists.txt
@@ -0,0 +1,4 @@
+add_lldb_library(lldbPluginDynamicLoaderHexagonDYLD
+ HexagonDYLDRendezvous.cpp
+ DynamicLoaderHexagonDYLD.cpp
+ )