Files

12 lines
340 B
Plaintext
Raw Permalink Normal View History

2022-06-19 13:20:53 -04:00
prefix=@CMAKE_INSTALL_PREFIX@
libdir=@mi_pc_libdir@
includedir=@mi_pc_includedir@
2022-06-19 13:20:53 -04:00
Name: @PROJECT_NAME@
2022-10-31 15:47:00 -07:00
Description: A compact general purpose allocator with excellent performance
Version: @PACKAGE_VERSION@
2022-06-19 13:20:53 -04:00
URL: https://github.com/microsoft/mimalloc/
Libs: -L${libdir} -l@mi_libname@
Libs.private: @mi_pc_libraries@
2022-06-19 13:20:53 -04:00
Cflags: -I${includedir}