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
16ac2ec2
Unverified
Commit
16ac2ec2
authored
Jun 27, 2018
by
Alex Strelnikov
Committed by
GitHub
Jun 27, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #134 from rongjiecomputer/cmake
Fix CMake declaration for absl_str_format
parents
7efd8dc0
286ca4cf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
absl/strings/CMakeLists.txt
+3
-5
No files found.
absl/strings/CMakeLists.txt
View file @
16ac2ec2
...
@@ -82,11 +82,9 @@ absl_library(
...
@@ -82,11 +82,9 @@ absl_library(
)
)
# add str_format library
# add str_format library
absl_library
(
absl_
header_
library
(
TARGET
TARGET
absl_str_format
absl_str_format
SOURCES
"str_format.h"
PUBLIC_LIBRARIES
PUBLIC_LIBRARIES
str_format_internal
str_format_internal
EXPORT_NAME
EXPORT_NAME
...
@@ -94,7 +92,7 @@ absl_library(
...
@@ -94,7 +92,7 @@ absl_library(
)
)
# str_format_internal
# str_format_internal
absl_library
(
absl_library
(
TARGET
TARGET
str_format_internal
str_format_internal
SOURCES
SOURCES
...
@@ -123,7 +121,7 @@ absl_library(
...
@@ -123,7 +121,7 @@ absl_library(
# str_format_extension_internal
# str_format_extension_internal
absl_library
(
absl_library
(
TARGET
TARGET
str_format_extension_internal
str_format_extension_internal
SOURCES
SOURCES
"internal/str_format/extension.cc"
"internal/str_format/extension.cc"
"internal/str_format/extension.h"
"internal/str_format/extension.h"
...
...
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