diff options
author | Glenn Glazer <coyot@lindenlab.com> | 2016-08-19 12:12:48 -0700 |
---|---|---|
committer | Glenn Glazer <coyot@lindenlab.com> | 2016-08-19 12:12:48 -0700 |
commit | 01ee14c0fc71e2b84d1f489b9856f87b667ad521 (patch) | |
tree | 182d11a13f8bd3aa3af464685c4ebba21e71aef0 /indra/newview/CMakeLists.txt | |
parent | c8c143e7741d2b93b589d770b64c265228293564 (diff) |
SL-323: put back mac addr hash
Diffstat (limited to 'indra/newview/CMakeLists.txt')
-rw-r--r-- | indra/newview/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 999165528a..7a0df8d207 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2300,6 +2300,7 @@ if (LL_TESTS) set_source_files_properties( lllogininstance.cpp + llhasheduniqueid.cpp PROPERTIES LL_TEST_ADDITIONAL_LIBRARIES "${BOOST_SYSTEM_LIBRARY}" ) |