diff options
author | Rider Linden <none@none> | 2015-04-02 16:47:52 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-02 16:47:52 -0700 |
commit | fbd58959c2ac2216fb451bd687558763ceb2ab30 (patch) | |
tree | baec1e39ccc973ffd396181e557619ab64e04974 /indra/newview | |
parent | d1db1440802fdd435c58f64ebb0060cab971b16b (diff) |
Ordering
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index 4fb3537eec..bb9238054d 100755 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -2337,7 +2337,6 @@ if (LL_TESTS) set(test_libs ${WINDOWS_LIBRARIES} - ${LIBRT_LIBRARY} ${LLVFS_LIBRARIES} ${LLMATH_LIBRARIES} ${LLCOMMON_LIBRARIES} @@ -2346,6 +2345,7 @@ if (LL_TESTS) ${GOOGLEMOCK_LIBRARIES} ${OPENSSL_LIBRARIES} ${CRYPTO_LIBRARIES} + ${LIBRT_LIBRARY} ${BOOST_CONTEXT_LIBRARY} ${BOOST_COROUTINE_LIBRARY} ) |