diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-25 16:41:25 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-25 16:41:25 -0700 |
commit | 7e1efcd47423e66e3262dff137c793d9ef690a1b (patch) | |
tree | 8063acbfd18adbe3978c2479d49582361e5e1684 /indra/llcommon | |
parent | 96bb17f20bbcdc595f3a615a3129e134595b3a4a (diff) |
Reenable and correct link issue on linux llappearanceutility.
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/llcommon/CMakeLists.txt b/indra/llcommon/CMakeLists.txt index d33c3a20c8..e529cea29c 100755 --- a/indra/llcommon/CMakeLists.txt +++ b/indra/llcommon/CMakeLists.txt @@ -267,8 +267,11 @@ target_link_libraries( ${JSONCPP_LIBRARIES} ${ZLIB_LIBRARIES} ${WINDOWS_LIBRARIES} + ${BOOST_COROUTINE_LIBRARY} + ${BOOST_CONTEXT_LIBRARY} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} + ${BOOST_SYSTEM_LIBRARY} ${GOOGLE_PERFTOOLS_LIBRARIES} ${URIPARSER_LIBRARIES} ) |