diff options
author | Jacek Antonelli | 2009-01-11 18:39:11 -0600 |
---|---|---|
committer | Jacek Antonelli | 2009-01-11 18:42:22 -0600 |
commit | cdd993283c8da5b3e8831a111e6b360347ea6f2a (patch) | |
tree | 43efeaeb1aebba65113d59241f057a792b8137f4 | |
parent | Added newline at end of llmediaimplgstreamer.cpp (diff) | |
download | meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.zip meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.gz meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.bz2 meta-impy-cdd993283c8da5b3e8831a111e6b360347ea6f2a.tar.xz |
Use BOOST_SIGNALS_LIB in newview/CMakeLists.
Diffstat (limited to '')
-rw-r--r-- | ChangeLog.txt | 4 | ||||
-rw-r--r-- | linden/indra/newview/CMakeLists.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt index 6851b4c..da1e1d7 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt | |||
@@ -1,5 +1,9 @@ | |||
1 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> | 1 | 2009-01-11 Jacek Antonelli <jacek.antonelli@gmail.com> |
2 | 2 | ||
3 | * linden/indra/newview/CMakeLists.txt: | ||
4 | Use BOOST_SIGNALS_LIB in newview/CMakeLists. | ||
5 | |||
6 | |||
3 | * cmake/DBusGlib.cmake: | 7 | * cmake/DBusGlib.cmake: |
4 | Removed references to unused dbusglib. | 8 | Removed references to unused dbusglib. |
5 | * newview/CMakeLists.txt: | 9 | * 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 | |||
1386 | ${viewer_LIBRARIES} | 1386 | ${viewer_LIBRARIES} |
1387 | ${BOOST_PROGRAM_OPTIONS_LIBRARY} | 1387 | ${BOOST_PROGRAM_OPTIONS_LIBRARY} |
1388 | ${BOOST_REGEX_LIBRARY} | 1388 | ${BOOST_REGEX_LIBRARY} |
1389 | ${BOOST_SIGNALS_LIBRARY} | ||
1389 | ${OPENGL_LIBRARIES} | 1390 | ${OPENGL_LIBRARIES} |
1390 | ${FMODWRAPPER_LIBRARY} | 1391 | ${FMODWRAPPER_LIBRARY} |
1391 | ${OPENGL_LIBRARIES} | 1392 | ${OPENGL_LIBRARIES} |