Skip to content
Snippets Groups Projects
Commit be7ac8bb authored by Bryan O'Sullivan's avatar Bryan O'Sullivan
Browse files

Fix a link error with an integration test on OS X.

parent cab31b57
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ indra/newview/res-sdl ...@@ -24,6 +24,7 @@ indra/newview/res-sdl
indra/newview/skins indra/newview/skins
indra/newview/vivox-runtime indra/newview/vivox-runtime
indra/server-linux-* indra/server-linux-*
indra/test/linden_file.dat
indra/test_apps/llmediatest/dependencies/i686-win32 indra/test_apps/llmediatest/dependencies/i686-win32
indra/test_apps/terrain_mule/*.dll indra/test_apps/terrain_mule/*.dll
indra/viewer-linux-* indra/viewer-linux-*
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
project(llmessage) project(llmessage)
include(00-Common) include(00-Common)
include(GoogleMock)
include(LLAddBuildTest) include(LLAddBuildTest)
include(LLCommon) include(LLCommon)
include(LLMath) include(LLMath)
...@@ -230,6 +231,7 @@ IF (NOT LINUX AND VIEWER) ...@@ -230,6 +231,7 @@ IF (NOT LINUX AND VIEWER)
${LLVFS_LIBRARIES} ${LLVFS_LIBRARIES}
${LLMATH_LIBRARIES} ${LLMATH_LIBRARIES}
${LLCOMMON_LIBRARIES} ${LLCOMMON_LIBRARIES}
${GOOGLEMOCK_LIBRARIES}
) )
LL_ADD_INTEGRATION_TEST( LL_ADD_INTEGRATION_TEST(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment