diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2009-06-25 09:49:24 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2009-06-25 09:49:24 -0400 |
commit | c5368c63680af040b63185d5fb6926195de84d59 (patch) | |
tree | bff49a6973d4fd91ea71277148bdaddc14d44a4f /indra/viewer_components/login | |
parent | 0bfef92889b224bf8c57a591107a8d49167b09ea (diff) |
Fix remaining Mac build errors
Diffstat (limited to 'indra/viewer_components/login')
-rw-r--r-- | indra/viewer_components/login/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/indra/viewer_components/login/CMakeLists.txt b/indra/viewer_components/login/CMakeLists.txt index e052d133cf..fb65779eb7 100644 --- a/indra/viewer_components/login/CMakeLists.txt +++ b/indra/viewer_components/login/CMakeLists.txt @@ -46,4 +46,11 @@ target_link_libraries(lllogin SET(lllogin_TEST_SOURCE_FILES lllogin.cpp ) + +set_source_files_properties( + lllogin.cpp + PROPERTIES + LL_TEST_ADDITIONAL_LIBRARIES "${PTH_LIBRARIES}" + ) + LL_ADD_PROJECT_UNIT_TESTS(lllogin "${lllogin_TEST_SOURCE_FILES}") |