mirror of https://github.com/microsoft/mimalloc
12 lines
345 B
PkgConfig
12 lines
345 B
PkgConfig
prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@libdir_for_pc_file@
|
|
includedir=@includedir_for_pc_file@
|
|
|
|
Name: @PROJECT_NAME@
|
|
Description: A compact general purpose allocator with excellent performance
|
|
Version: @PACKAGE_VERSION@
|
|
URL: https://github.com/microsoft/mimalloc/
|
|
Libs: -L${libdir} -lmimalloc
|
|
Libs.private: @pc_libraries@
|
|
Cflags: -I${includedir}
|