diff options
author | Rider Linden <rider@lindenlab.com> | 2015-08-17 10:25:11 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-08-17 10:25:11 -0700 |
commit | efbbbca9b02a048513f9af5a3e9adc644db6c513 (patch) | |
tree | 01c27228fd63315f18c4f7bcd4a526a19ccf252d /indra/llmessage | |
parent | e3b429cd85245faed70175959ad9779169371449 (diff) |
Get unit tests (Integration and project) compiling and linking again.
Diffstat (limited to 'indra/llmessage')
-rwxr-xr-x | indra/llmessage/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmessage/CMakeLists.txt b/indra/llmessage/CMakeLists.txt index 79be42a955..e08127eebf 100755 --- a/indra/llmessage/CMakeLists.txt +++ b/indra/llmessage/CMakeLists.txt @@ -240,8 +240,8 @@ target_link_libraries( if (LL_TESTS) SET(llmessage_TEST_SOURCE_FILES llnamevalue.cpp -# lltrustedmessageservice.cpp -# lltemplatemessagedispatcher.cpp + lltrustedmessageservice.cpp + lltemplatemessagedispatcher.cpp ) LL_ADD_PROJECT_UNIT_TESTS(llmessage "${llmessage_TEST_SOURCE_FILES}") |