forked from lthn/blockchain
Added .idea configuration files for JetBrains IDE support and updated .gitignore to exclude only specific userland .idea files. Refactored CMakeLists.txt to improve include_directories usage, re-enable -fno-fat-lto-objects for GNU compilers. This improves IDE integration and build configuration clarity.
9 lines
No EOL
670 B
XML
9 lines
No EOL
670 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project version="4">
|
|
<component name="CMakeSharedSettings">
|
|
<configurations>
|
|
<configuration PROFILE_NAME="Debug" ENABLED="false" GENERATION_DIR="build/debug" CONFIG_NAME="Debug" GENERATION_OPTIONS="-G "Unix Makefiles" -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="cmake/conan_provider.cmake"" />
|
|
<configuration PROFILE_NAME="Release" ENABLED="false" GENERATION_DIR="build/release" CONFIG_NAME="Release" GENERATION_OPTIONS="-G "Unix Makefiles" -DCMAKE_PROJECT_TOP_LEVEL_INCLUDES="cmake/conan_provider.cmake"" />
|
|
</configurations>
|
|
</component>
|
|
</project> |