diff options
author | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
---|---|---|
committer | McCabe Maxsted | 2009-06-07 23:14:43 -0700 |
commit | e0a70bea805cf07b92efabca15ffe56a777f90ac (patch) | |
tree | 2c93d38e210832e737d09cff7561373d8d5453b2 /linden/indra/llcommon/CMakeLists.txt | |
parent | 1.1 version final (diff) | |
parent | Merge branch 'sl-base-1.22' into next (diff) | |
download | meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.zip meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.gz meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.bz2 meta-impy-e0a70bea805cf07b92efabca15ffe56a777f90ac.tar.xz |
Moved base up to 1.22
Diffstat (limited to 'linden/indra/llcommon/CMakeLists.txt')
-rw-r--r-- | linden/indra/llcommon/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/linden/indra/llcommon/CMakeLists.txt b/linden/indra/llcommon/CMakeLists.txt index 8810549..4001e1f 100644 --- a/linden/indra/llcommon/CMakeLists.txt +++ b/linden/indra/llcommon/CMakeLists.txt | |||
@@ -187,3 +187,10 @@ set_source_files_properties(${llcommon_HEADER_FILES} | |||
187 | list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES}) | 187 | list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES}) |
188 | 188 | ||
189 | add_library (llcommon ${llcommon_SOURCE_FILES}) | 189 | add_library (llcommon ${llcommon_SOURCE_FILES}) |
190 | target_link_libraries( | ||
191 | llcommon | ||
192 | ${APRUTIL_LIBRARIES} | ||
193 | ${APR_LIBRARIES} | ||
194 | ${EXPAT_LIBRARIES} | ||
195 | ${ZLIB_LIBRARIES} | ||
196 | ) | ||