summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolLocator/CMakeLists.txt
blob: ca969626f4ffc4a9787edf2783f46d7d8fe53cf3 (plain)
1
2
3
4
5
add_subdirectory(Default)
if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
  add_subdirectory(DebugSymbols)
endif()
add_subdirectory(Debuginfod)