From 57b47705d7a4a2927ac7329bd2b5b37c1c1c5115 Mon Sep 17 00:00:00 2001 From: James Cook Date: Fri, 17 Apr 2009 20:39:07 +0000 Subject: Build system fixes for library-library dependencies, ported from skinning-7. OK by CG. svn merge -r117623:117624 svn+ssh://svn.lindenlab.com/svn/linden/branches/skinning/skinning-7 --- indra/llxml/CMakeLists.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'indra/llxml') diff --git a/indra/llxml/CMakeLists.txt b/indra/llxml/CMakeLists.txt index 487c5b9a8a..dc7787beea 100644 --- a/indra/llxml/CMakeLists.txt +++ b/indra/llxml/CMakeLists.txt @@ -35,8 +35,10 @@ set_source_files_properties(${llxml_HEADER_FILES} list(APPEND llxml_SOURCE_FILES ${llxml_HEADER_FILES}) add_library (llxml ${llxml_SOURCE_FILES}) -target_link_libraries( - llxml +# Libraries on which this library depends, needed for Linux builds +# Sort by high-level to low-level +target_link_libraries( llxml + llmath ${BOOST_SIGNALS_LIBRARY} ${EXPAT_LIBRARIES} ) -- cgit v1.2.3