summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorbrad kittenbrink <brad@lindenlab.com>2010-05-21 15:48:40 -0700
committerbrad kittenbrink <brad@lindenlab.com>2010-05-21 15:48:40 -0700
commit95d7aab108516826f459c7202ea5941e94d0c5eb (patch)
tree88aad666d7bdbeca484e0adc09a6a012c06786ba /indra/cmake
parentba809777e5ba240622f6c67ff400733899c275bf (diff)
New windows google_breakpad package with GUIDString class included in common.lib. I've confimred that llcommon links now.
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/GoogleBreakpad.cmake2
1 files changed, 1 insertions, 1 deletions
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)