Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Alchemy Viewer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Viewer
Alchemy Viewer
Commits
2ed82d6c
Commit
2ed82d6c
authored
9 years ago
by
Rider Linden
Browse files
Options
Downloads
Patches
Plain Diff
Found another ref that had escaped me!
parent
8adb6997
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
indra/CMakeLists.txt
+4
-4
4 additions, 4 deletions
indra/CMakeLists.txt
indra/cmake/CMakeLists.txt
+0
-1
0 additions, 1 deletion
indra/cmake/CMakeLists.txt
with
4 additions
and
5 deletions
indra/CMakeLists.txt
+
4
−
4
View file @
2ed82d6c
...
@@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS)
...
@@ -67,10 +67,10 @@ endif (ENABLE_MEDIA_PLUGINS)
if
(
LINUX
)
if
(
LINUX
)
add_subdirectory
(
${
VIEWER_PREFIX
}
linux_crash_logger
)
add_subdirectory
(
${
VIEWER_PREFIX
}
linux_crash_logger
)
if
(
INSTALL_PROPRIETARY
)
#
if (INSTALL_PROPRIETARY)
include
(
LLAppearanceUtility
)
#
include(LLAppearanceUtility)
add_subdirectory
(
${
LLAPPEARANCEUTILITY_SRC_DIR
}
${
LLAPPEARANCEUTILITY_BIN_DIR
}
)
#
add_subdirectory(${LLAPPEARANCEUTILITY_SRC_DIR} ${LLAPPEARANCEUTILITY_BIN_DIR})
endif
(
INSTALL_PROPRIETARY
)
#
endif (INSTALL_PROPRIETARY)
add_dependencies
(
viewer linux-crash-logger-strip-target linux-updater
)
add_dependencies
(
viewer linux-crash-logger-strip-target linux-updater
)
elseif
(
DARWIN
)
elseif
(
DARWIN
)
add_subdirectory
(
${
VIEWER_PREFIX
}
mac_crash_logger
)
add_subdirectory
(
${
VIEWER_PREFIX
}
mac_crash_logger
)
...
...
This diff is collapsed.
Click to expand it.
indra/cmake/CMakeLists.txt
+
0
−
1
View file @
2ed82d6c
...
@@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES
...
@@ -58,7 +58,6 @@ set(cmake_SOURCE_FILES
JsonCpp.cmake
JsonCpp.cmake
LLAddBuildTest.cmake
LLAddBuildTest.cmake
LLAppearance.cmake
LLAppearance.cmake
# LLAppearanceUtility.cmake
LLAudio.cmake
LLAudio.cmake
LLCharacter.cmake
LLCharacter.cmake
LLCommon.cmake
LLCommon.cmake
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment