diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-17 11:37:47 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-17 11:37:47 -0700 |
commit | 5753c274bac8b3b71d64a83bdc987dfd5ced79ab (patch) | |
tree | c0960e2794ba0129be1bcf77e9197155904c223f /indra/test | |
parent | efbbbca9b02a048513f9af5a3e9adc644db6c513 (diff) |
Adding boost libs to lltest
Diffstat (limited to 'indra/test')
-rwxr-xr-x | indra/test/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/test/CMakeLists.txt b/indra/test/CMakeLists.txt index c5d7d7ff68..229cb8e5a0 100755 --- a/indra/test/CMakeLists.txt +++ b/indra/test/CMakeLists.txt @@ -100,6 +100,9 @@ target_link_libraries(lltest ${WINDOWS_LIBRARIES} ${BOOST_PROGRAM_OPTIONS_LIBRARY} ${BOOST_REGEX_LIBRARY} + ${BOOST_COROUTINE_LIBRARY} + ${BOOST_CONTEXT_LIBRARY} + ${BOOST_SYSTEM_LIBRARY} ${DL_LIBRARY} ${GOOGLE_PERFTOOLS_LIBRARIES} ) |