Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
579f2879
Unverified
Commit
579f2879
authored
Dec 01, 2017
by
zhangxy988
Committed by
GitHub
Dec 01, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #51 from behrenhoff/master
Fix CMakeLists.txt for ostringstream_test
parents
3562f9bb
56d970fd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
absl/strings/CMakeLists.txt
+4
-0
No files found.
absl/strings/CMakeLists.txt
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
}
)
)
...
...
Write
Preview
Markdown
is supported
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