13 lines
664 B
PkgConfig
13 lines
664 B
PkgConfig
prefix=C:/Program Files (x86)/absl
|
|
exec_prefix=${prefix}
|
|
libdir=C:/Program Files (x86)/absl/lib
|
|
includedir=C:/Program Files (x86)/absl/include
|
|
|
|
Name: absl_debugging_internal
|
|
Description: Abseil debugging_internal library
|
|
URL: https://abseil.io/
|
|
Version: head
|
|
Requires: absl_core_headers = head, absl_config = head, absl_dynamic_annotations = head, absl_errno_saver = head, absl_raw_logging_internal = head
|
|
Libs: -L${libdir} -labsl_debugging_internal
|
|
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
|