From 95d7aab108516826f459c7202ea5941e94d0c5eb Mon Sep 17 00:00:00 2001
From: brad kittenbrink <brad@lindenlab.com>
Date: Fri, 21 May 2010 15:48:40 -0700
Subject: New windows google_breakpad package with GUIDString class included in
 common.lib.  I've confimred that llcommon links now.

---
 indra/cmake/GoogleBreakpad.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra')

diff --git a/indra/cmake/GoogleBreakpad.cmake b/indra/cmake/GoogleBreakpad.cmake
index e45518ef56..3aac79eeeb 100644
--- a/indra/cmake/GoogleBreakpad.cmake
+++ b/indra/cmake/GoogleBreakpad.cmake
@@ -6,6 +6,6 @@ if (STANDALONE)
   # *TODO - implement this include(FindGoogleBreakpad)
 else (STANDALONE)
   use_prebuilt_binary(google_breakpad)
-  set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler)
+  set(BREAKPAD_EXCEPTION_HANDLER_LIBRARIES exception_handler crash_generation_client common)
 endif (STANDALONE)
 
-- 
cgit v1.2.3