1
0
Fork 0
forked from lthn/blockchain
blockchain/ConanPresets.json
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

8 lines
No EOL
87 B
JSON

{
"version": 4,
"vendor": {
"conan": {}
},
"include": [
]
}