forked from lthn/blockchain
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.
34 lines
No EOL
1.3 KiB
XML
34 lines
No EOL
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="Black">
|
|
<option name="sdkName" value="Python 3.13 virtualenv at $PROJECT_DIR$.venv" />
|
|
</component>
|
|
<component name="CMakePythonSetting">
|
|
<option name="pythonIntegrationState" value="YES" />
|
|
</component>
|
|
<component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
|
|
<component name="CidrRootsConfiguration">
|
|
<excludeRoots>
|
|
<file path="$PROJECT_DIR$/build" />
|
|
</excludeRoots>
|
|
</component>
|
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
|
<component name="MakefileSettings">
|
|
<option name="linkedExternalProjectsSettings">
|
|
<MakefileProjectSettings>
|
|
<option name="buildOptions" value="--jobs=30" />
|
|
<option name="buildTarget" value="build" />
|
|
<option name="cleanTarget" value="clean-build" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="modules">
|
|
<set>
|
|
<option value="$PROJECT_DIR$" />
|
|
</set>
|
|
</option>
|
|
<option name="switches" value="TESTNET=1 STATIC=1" />
|
|
<option name="version" value="2" />
|
|
</MakefileProjectSettings>
|
|
</option>
|
|
</component>
|
|
<component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
|
|
</project> |