Commit Graph

4 Commits

Author SHA1 Message Date
Cory Fields fdbade6f8d
kernel: create monolithic kernel static library 2025-07-28 10:37:42 +01:00
fanquake f5b9a2f68c
build: use CLIENT_NAME in libbitcoinkernel.pc.in 2025-02-07 16:11:48 +00:00
Hennadii Stepanov 332655cb52
build: Rename `PACKAGE_*` variables to `CLIENT_*`
The use of `PACKAGE_NAME` for the project's variable name is
problematic, as this name is commonly used in CMake's interface
variables. If third-party CMake code handles with scopes improperly,
our `PACKAGE_NAME` variable could end up with an unexpected value.

This change avoids such conflicts by renaming all `PACKAGE_*` variables
to `CLIENT_*`.
2024-10-28 12:35:55 +00:00
TheCharlatan 0dd16d7118
build: Add a pkg-config file for libbitcoinkernel 2024-09-06 21:35:07 +02:00