diff options
author | Palmer <palmer@lindenlab.com> | 2009-07-09 17:20:19 -0700 |
---|---|---|
committer | Palmer <palmer@lindenlab.com> | 2009-07-09 17:20:19 -0700 |
commit | 632da0b99eb4af27f4e8600e1493a07500452fea (patch) | |
tree | 52612ebb84a4b507b7ee8b906a2b95a8f856aad5 /indra/llcommon/CMakeLists.txt | |
parent | 725de557ec1f8dfc3178edd3a19896473863e717 (diff) |
Defaulting LLCommonLinkShared to on
Diffstat (limited to 'indra/llcommon/CMakeLists.txt')
-rw-r--r-- | indra/llcommon/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index aaeb4eebc3..7075590f60 100644 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -235,6 +235,7 @@ set_source_files_properties(${llcommon_HEADER_FILES} list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES}) +set(LLCOMMON_LINK_SHARED ON) if(LLCOMMON_LINK_SHARED) add_library (llcommon SHARED ${llcommon_SOURCE_FILES}) add_definitions(-DLL_COMMON_BUILD=1) |