Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fuchsia.googlesource.com-third_party-abseil-cpp
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
fuchsia-mirror
fuchsia.googlesource.com-third_party-abseil-cpp
Commits
f59e0f1d
Commit
f59e0f1d
authored
6 years ago
by
Loo Rong Jie
Browse files
Options
Downloads
Patches
Plain Diff
Update comments too
parent
fc2185a7
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CMake/AbseilHelpers.cmake
+3
-3
3 additions, 3 deletions
CMake/AbseilHelpers.cmake
with
3 additions
and
3 deletions
CMake/AbseilHelpers.cmake
+
3
−
3
View file @
f59e0f1d
...
...
@@ -99,8 +99,8 @@ endfunction()
# absl_internal_awesome_lib # not "awesome_lib"!
# )
#
# If PUBLIC is set, absl_cc_library will
also
create a
n alias absl::${NAME}
#
for public use in addition to absl_internal_
${NAME}.
# If PUBLIC is set, absl_cc_library will
instead
create a
target named
#
absl_${NAME} and an alias absl::
${NAME}.
#
# absl_cc_library(
# NAME
...
...
@@ -109,7 +109,7 @@ endfunction()
# PUBLIC
# )
#
# User can then use the library as absl::main_lib (although absl_
internal_
main_lib is defined too).
# User can then use the library as absl::main_lib (although absl_main_lib is defined too).
#
# TODO: Implement "ALWAYSLINK"
...
...
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