ElementsProject / libwally-core

Useful primitives for wallets
Other
281 stars 135 forks source link

build-system: cmake generating config.h #393

Closed lightyear15 closed 1 year ago

lightyear15 commented 1 year ago

First introduction of cmake to generate the config.h file, mirroring the config.h file genrated by autoheader

FYI: @k-matsuzawa

note for reviewers:

_cmake folder and main CMakeLists.txt file are intentionally prefixed with _ to avoid possible conflicts to any 3rd parties who forked the project to implement their own cmake build system.

As the cmake introduction in this repository will be incremental, we would like to create the least amount of disruption to others