Нерабочая сборка

(cherry picked from commit f760c9af61cb22e237bc74d9713172c462556c82)
This commit is contained in:
Антон
2025-04-07 12:10:48 +03:00
parent 78d4965e14
commit 2c3e50f78e
5 changed files with 29 additions and 1 deletions
+3
View File
@@ -6,6 +6,9 @@ set(CMAKE_CXX_STANDARD 23)
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Debug")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake-build-debug/conan_toolchain.cmake)
endif ()
if ("${CMAKE_BUILD_TYPE}" STREQUAL "Release")
include(${CMAKE_CURRENT_SOURCE_DIR}/cmake-build-release/conan_toolchain.cmake)
endif ()
find_package(Boost REQUIRED)
+2 -1
View File
@@ -1 +1,2 @@
conan install . --output-folder=./build/conan --build=missing
conan install . --output-folder=./build --build=missing
conan install . -pr /abs/path/to/myprofile
+6
View File
@@ -0,0 +1,6 @@
[requires]
boost/1.87.0
[generators]
CMakeDeps
CMakeToolchain
+9
View File
@@ -0,0 +1,9 @@
[settings]
arch=x86_64
build_type=Debug
compiler=msvc
compiler.cppstd=23
compiler.runtime=dynamic
compiler.runtime_type=Debug
compiler.version=194
os=Windows
+9
View File
@@ -0,0 +1,9 @@
[settings]
arch=x86_64
build_type=Release
compiler=msvc
compiler.cppstd=23
compiler.runtime=dynamic
compiler.runtime_type=Release
compiler.version=194
os=Windows