aboutsummaryrefslogtreecommitdiff
path: root/source/Plugins/SymbolVendor/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/Plugins/SymbolVendor/CMakeLists.txt')
-rw-r--r--source/Plugins/SymbolVendor/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/Plugins/SymbolVendor/CMakeLists.txt b/source/Plugins/SymbolVendor/CMakeLists.txt
new file mode 100644
index 000000000000..94862d588727
--- /dev/null
+++ b/source/Plugins/SymbolVendor/CMakeLists.txt
@@ -0,0 +1,5 @@
+if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
+ add_subdirectory(MacOSX)
+endif()
+
+add_subdirectory(ELF)