Using the CMake-based build system enables smoother integration with parent projects by providing both CMake package configuration files and the traditional libsecp256k1.pc.
However, packagers on some systems, such as Gentoo and Guix, insist on recreating the precomputed files, which is not currently supported by the CMake-based build system.
This PR addresses the issue by introducing a new build option, SECP256K1_BUILD_PRECOMPUTED, which is disabled by default.