Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
abseil-cpp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
This is an archived project. Repository and other project resources are read-only.
Silent mode is enabled
All outbound communications are blocked.
Learn more
.
Show more breadcrumbs
Alchemy Archive
Third Party Libraries
abseil-cpp
Commits
579f2879
Unverified
Commit
579f2879
authored
7 years ago
by
zhangxy988
Committed by
GitHub
7 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #51 from behrenhoff/master
Fix CMakeLists.txt for ostringstream_test
parents
3562f9bb
56d970fd
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
+4
-0
4 additions, 0 deletions
absl/strings/CMakeLists.txt
with
4 additions
and
0 deletions
absl/strings/CMakeLists.txt
+
4
−
0
View file @
579f2879
...
@@ -49,6 +49,7 @@ list(APPEND STRINGS_SRC
...
@@ -49,6 +49,7 @@ list(APPEND STRINGS_SRC
"internal/memutil.cc"
"internal/memutil.cc"
"internal/memutil.h"
"internal/memutil.h"
"internal/utf8.cc"
"internal/utf8.cc"
"internal/ostringstream.cc"
"match.cc"
"match.cc"
"numbers.cc"
"numbers.cc"
"str_cat.cc"
"str_cat.cc"
...
@@ -205,12 +206,15 @@ absl_test(
...
@@ -205,12 +206,15 @@ absl_test(
# test ostringstream_test
# test ostringstream_test
set
(
OSTRINGSTREAM_TEST_SRC
"internal/ostringstream_test.cc"
)
set
(
OSTRINGSTREAM_TEST_SRC
"internal/ostringstream_test.cc"
)
set
(
OSTRINGSTREAM_TEST_PUBLIC_LIBRARIES absl::strings
)
absl_test
(
absl_test
(
TARGET
TARGET
ostringstream_test
ostringstream_test
SOURCES
SOURCES
${
OSTRINGSTREAM_TEST_SRC
}
${
OSTRINGSTREAM_TEST_SRC
}
PUBLIC_LIBRARIES
${
OSTRINGSTREAM_TEST_PUBLIC_LIBRARIES
}
)
)
...
...
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