summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolVendor/CMakeLists.txt
blob: 94862d5887271f4f385cd5de75349ae75e838259 (plain)
1
2
3
4
5
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
  add_subdirectory(MacOSX)
endif()

add_subdirectory(ELF)