14 lines
685 B
PkgConfig
14 lines
685 B
PkgConfig
prefix=${pcfiledir}/../..
|
|
exec_prefix=${prefix}
|
|
libdir=${prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: absl_flags_marshalling
|
|
Description: Abseil flags_marshalling library
|
|
URL: https://abseil.io/
|
|
Version: 20240722
|
|
Requires: absl_config = 20240722, absl_core_headers = 20240722, absl_log_severity = 20240722, absl_int128 = 20240722, absl_optional = 20240722, absl_strings = 20240722, absl_str_format = 20240722
|
|
Libs: "-L${libdir}" -labsl_flags_marshalling -ignore:4221
|
|
Cflags: "-I${includedir}" /W3 /bigobj /wd4005 /wd4068 /wd4180 /wd4244 /wd4267 /wd4503 /wd4800 /DNOMINMAX /DWIN32_LEAN_AND_MEAN /D_CRT_SECURE_NO_WARNINGS /D_SCL_SECURE_NO_WARNINGS /D_ENABLE_EXTENDED_ALIGNED_STORAGE
|
|
|