Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
NiranV
Black Dragon Viewer
Commits
be7ac8bb
Commit
be7ac8bb
authored
Sep 10, 2009
by
Bryan O'Sullivan
Browse files
Fix a link error with an integration test on OS X.
parent
cab31b57
Changes
2
Hide whitespace changes
Inline
Side-by-side
.hgignore
View file @
be7ac8bb
...
...
@@ -24,6 +24,7 @@ indra/newview/res-sdl
indra/newview/skins
indra/newview/vivox-runtime
indra/server-linux-*
indra/test/linden_file.dat
indra/test_apps/llmediatest/dependencies/i686-win32
indra/test_apps/terrain_mule/*.dll
indra/viewer-linux-*
...
...
indra/llmessage/CMakeLists.txt
View file @
be7ac8bb
...
...
@@ -3,6 +3,7 @@
project
(
llmessage
)
include
(
00-Common
)
include
(
GoogleMock
)
include
(
LLAddBuildTest
)
include
(
LLCommon
)
include
(
LLMath
)
...
...
@@ -230,6 +231,7 @@ IF (NOT LINUX AND VIEWER)
${
LLVFS_LIBRARIES
}
${
LLMATH_LIBRARIES
}
${
LLCOMMON_LIBRARIES
}
${
GOOGLEMOCK_LIBRARIES
}
)
LL_ADD_INTEGRATION_TEST
(
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment