add abseil recipe
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
--- a/absl/strings/CMakeLists.txt
|
||||
+++ b/absl/strings/CMakeLists.txt
|
||||
@@ -31,9 +31,12 @@
|
||||
PUBLIC
|
||||
)
|
||||
|
||||
+find_library(LIBM m)
|
||||
absl_cc_library(
|
||||
NAME
|
||||
strings
|
||||
+ LINKOPTS
|
||||
+ $<$<BOOL:${LIBM}>:-lm>
|
||||
HDRS
|
||||
"ascii.h"
|
||||
"charconv.h"
|
||||
Reference in New Issue
Block a user