mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
8bf0c812f5
22b066020c build: match detection of Win32 libraries with mimalloc (#60) 03268b3a02 Merge pull request #59 from kittywhiskers/repair_subtree 3d2e7a183e depends: commit microsoft/mimalloc@91ba1f37 to source tree as 44314dd9 7a4d1a01fa depends: remove mangled 'depends/mimalloc' subdirectory 44314dd972 Squashed 'depends/mimalloc/' content from commit 91ba1f37 8383f081bd dashbls: replace flaky minialloc with microsoft/mimalloc@91ba1f37, add as vendored dependency (#55) 85b7e61b55 fix: Should not check validity for legacy G1 and G2 in FromBytes (#58) 7457939dd5 chore/fix: bump Catch2 to v2.13.10 (#57) git-subtree-dir: src/dashbls git-subtree-split: 22b066020c14bd162022c73f90fc7c940f4acdda
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}
|