diff options
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 | ) | ||