1
0
Fork 0
forked from lthn/blockchain

CLion first runs with a default profile configuration for Debug with testnet preset.

This commit is contained in:
snider 2025-10-11 11:01:35 +01:00
parent df17bf1247
commit e68fffbe12

8
.idea/cmake.xml generated Normal file
View file

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CMakeSharedSettings">
<configurations>
<configuration PROFILE_NAME="Debug" ENABLED="true" GENERATION_DIR="build/release" CONFIG_NAME="Release" GENERATION_OPTIONS="--preset testnet" BUILD_OPTIONS="--preset testnet" NO_GENERATOR="true" />
</configurations>
</component>
</project>