1
0
Fork 0
forked from lthn/blockchain
Commit graph

2 commits

Author SHA1 Message Date
Snider
5d9d6f9282 Refactor build presets and folder layout for Windows
Updated Makefile and GitHub workflow to use configurable build and configure presets, improving flexibility for different environments. Adjusted CMakePresets.json to fix preset naming and version, and refactored conanfile.py to set build folders based on compiler type, ensuring correct folder structure for MSVC and other compilers.
2025-10-08 23:04:54 +01:00
Snider
c9c2391d81 Add CMake and Conan presets, update build config
Introduces CMakePresets.json and ConanPresets.json for standardized build configuration. Updates Makefile to use CMake presets, modifies .gitignore for IDE files, and refines conanfile.py to support CI option and preset integration.
2025-10-08 21:55:39 +01:00