diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-11-16 18:04:07 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-11-16 18:04:07 -0500 |
commit | 4d1b62f46be4322333e57fd09a195a51de7c7bf5 (patch) | |
tree | 37b1b5c39c3a96f177a86d5d912a1e4e41f45978 /indra/newview | |
parent | 8fc651d06776a8edf8e5af7b86d11a1c83cbbbf0 (diff) |
Certain test and example programs now need the Boost.System library.
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 7eea9ece5a..8f9b887538 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2079,6 +2079,12 @@ if (LL_TESTS) LL_TEST_ADDITIONAL_LIBRARIES "${JSONCPP_LIBRARIES}" ) + set_source_files_properties( + lllogininstance.cpp + PROPERTIES + LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" + ) + ################################################## # DISABLING PRECOMPILED HEADERS USAGE FOR TESTS ################################################## |