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/llxml/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/llxml/CMakeLists.txt')
-rw-r--r-- | linden/indra/llxml/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/linden/indra/llxml/CMakeLists.txt b/linden/indra/llxml/CMakeLists.txt index d86bc0d..9febd97 100644 --- a/linden/indra/llxml/CMakeLists.txt +++ b/linden/indra/llxml/CMakeLists.txt | |||
@@ -34,3 +34,8 @@ set_source_files_properties(${llxml_HEADER_FILES} | |||
34 | list(APPEND llxml_SOURCE_FILES ${llxml_HEADER_FILES}) | 34 | list(APPEND llxml_SOURCE_FILES ${llxml_HEADER_FILES}) |
35 | 35 | ||
36 | add_library (llxml ${llxml_SOURCE_FILES}) | 36 | add_library (llxml ${llxml_SOURCE_FILES}) |
37 | target_link_libraries( | ||
38 | llxml | ||
39 | ${BOOST_SIGNALS_LIBRARY} | ||
40 | ${EXPAT_LIBRARIES} | ||
41 | ) | ||