Merge pull request #134 from rongjiecomputer/cmake
Fix CMake declaration for absl_str_format
This commit is contained in:
commit
16ac2ec2e3
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue