1 # Order matters here: the first symbol locator prevents further searching.
2 # For DWARF binaries that are both stripped and split, the Default plugin
3 # will return the stripped binary when asked for the ObjectFile, which then
4 # prevents an unstripped binary from being requested from the Debuginfod
6 add_subdirectory(Debuginfod)
7 add_subdirectory(Default)
8 if (CMAKE_SYSTEM_NAME MATCHES "Darwin")
9 add_subdirectory(DebugSymbols)