Commit 16ac2ec2 by Alex Strelnikov Committed by GitHub

Merge pull request #134 from rongjiecomputer/cmake

Fix CMake declaration for absl_str_format
parents 7efd8dc0 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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment