summaryrefslogtreecommitdiff
path: root/indra/cmake/GoogleBreakpad.cmake
blob: 3aac79eeeb034564118e52a6091e7ad653821ba0 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- cmake -*-
include(Prebuilt)

if (STANDALONE)
  MESSAGE(FATAL_ERROR "*TODO standalone support for google breakad is unimplemented")
  # *TODO - implement this include(FindGoogleBreakpad)
else (STANDALONE)
  use_prebuilt_binary(google_breakpad)
  set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client common)
endif (STANDALONE)