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
286ca4cf
Commit
286ca4cf
authored
6 years ago
by
Loo Rong Jie
Browse files
Options
Downloads
Patches
Plain Diff
Fix CMake declaration for absl::str_format
parent
4491d606
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
absl/strings/CMakeLists.txt
+3
-5
3 additions, 5 deletions
absl/strings/CMakeLists.txt
with
3 additions
and
5 deletions
absl/strings/CMakeLists.txt
+
3
−
5
View file @
286ca4cf
...
...
@@ -82,11 +82,9 @@ absl_library(
)
# add str_format library
absl_library
(
absl_
header_
library
(
TARGET
absl_str_format
SOURCES
"str_format.h"
PUBLIC_LIBRARIES
str_format_internal
EXPORT_NAME
...
...
@@ -94,7 +92,7 @@ absl_library(
)
# str_format_internal
absl_library
(
absl_library
(
TARGET
str_format_internal
SOURCES
...
...
@@ -123,7 +121,7 @@ absl_library(
# str_format_extension_internal
absl_library
(
TARGET
str_format_extension_internal
str_format_extension_internal
SOURCES
"internal/str_format/extension.cc"
"internal/str_format/extension.h"
...
...
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