From cdd993283c8da5b3e8831a111e6b360347ea6f2a Mon Sep 17 00:00:00 2001 From: Jacek Antonelli Date: Sun, 11 Jan 2009 18:39:11 -0600 Subject: Use BOOST_SIGNALS_LIB in newview/CMakeLists. --- ChangeLog.txt | 4 ++++ linden/indra/newview/CMakeLists.txt | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 6851b4c..da1e1d7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1,5 +1,9 @@ 2009-01-11 Jacek Antonelli + * linden/indra/newview/CMakeLists.txt: + Use BOOST_SIGNALS_LIB in newview/CMakeLists. + + * cmake/DBusGlib.cmake: Removed references to unused dbusglib. * newview/CMakeLists.txt: diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt index 4871e05..0205ceb 100644 --- a/linden/indra/newview/CMakeLists.txt +++ b/linden/indra/newview/CMakeLists.txt @@ -1386,6 +1386,7 @@ target_link_libraries(imprudence-bin ${viewer_LIBRARIES} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} + ${BOOST_SIGNALS_LIBRARY} ${OPENGL_LIBRARIES} ${FMODWRAPPER_LIBRARY} ${OPENGL_LIBRARIES} -- cgit v1.1