summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorBryan O'Sullivan <bos@lindenlab.com>2008-08-29 21:18:49 +0000
committerBryan O'Sullivan <bos@lindenlab.com>2008-08-29 21:18:49 +0000
commit8279f93f4dbaa918bdfca54c96023080055d84e9 (patch)
tree2cfd7d7c3fd9423ae7c72a1e6928b6bb7e8ff42a /indra/llcommon
parent52108f7472740f3e3a2e7fecf2296ad280af1360 (diff)
Use target_link_libraries for llcommon
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/CMakeLists.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt
index 8810549883..4001e1f0c5 100644
--- a/indra/llcommon/CMakeLists.txt
+++ b/indra/llcommon/CMakeLists.txt
@@ -187,3 +187,10 @@ set_source_files_properties(${llcommon_HEADER_FILES}
list(APPEND llcommon_SOURCE_FILES ${llcommon_HEADER_FILES})
add_library (llcommon ${llcommon_SOURCE_FILES})
+target_link_libraries(
+ llcommon
+ ${APRUTIL_LIBRARIES}
+ ${APR_LIBRARIES}
+ ${EXPAT_LIBRARIES}
+ ${ZLIB_LIBRARIES}
+ )