Merge pull request #134 from rongjiecomputer/cmake

Fix CMake declaration for absl_str_format
This commit is contained in:
Alex Strelnikov 2018-06-27 13:27:04 -04:00 committed by GitHub
commit 16ac2ec2e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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