From 8279f93f4dbaa918bdfca54c96023080055d84e9 Mon Sep 17 00:00:00 2001 From: Bryan O'Sullivan Date: Fri, 29 Aug 2008 21:18:49 +0000 Subject: Use target_link_libraries for llcommon --- indra/llcommon/CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'indra/llcommon') 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} + ) -- cgit v1.2.3