diff options
author | brad kittenbrink <brad@lindenlab.com> | 2009-11-10 17:00:31 -0500 |
---|---|---|
committer | brad kittenbrink <brad@lindenlab.com> | 2009-11-10 17:00:31 -0500 |
commit | 77f982c1a9a8f5b30e8b369da6f7208c171700b1 (patch) | |
tree | 4bf4bc593ededdc6653e431d650a735014468ddb /indra/win_crash_logger/CMakeLists.txt | |
parent | 25d8cf689aa04a1bd4ebb336714730d29040d05c (diff) | |
parent | c9d6a4674baec4854431ca222bd9cbf8a46971c8 (diff) |
Automated merge with ssh://hg.lindenlab.com/viewer/viewer-2-0
Diffstat (limited to 'indra/win_crash_logger/CMakeLists.txt')
-rw-r--r-- | indra/win_crash_logger/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/win_crash_logger/CMakeLists.txt b/indra/win_crash_logger/CMakeLists.txt index 0bd59f0990..990dc6783e 100644 --- a/indra/win_crash_logger/CMakeLists.txt +++ b/indra/win_crash_logger/CMakeLists.txt @@ -11,6 +11,7 @@ include(LLVFS) include(LLWindow) include(LLXML) include(Linking) +include(LLSharedLibs) include_directories( ${LLCOMMON_INCLUDE_DIRS} @@ -87,3 +88,5 @@ if (WINDOWS) LINK_FLAGS_DEBUG "/NODEFAULTLIB:\"LIBCMT;LIBCMTD;MSVCRT\"" ) endif (WINDOWS) + +ll_deploy_sharedlibs_command(windows-crash-logger)
\ No newline at end of file |