generated from Sithas/conan_template
Нерабочая сборка
(cherry picked from commit f760c9af61cb22e237bc74d9713172c462556c82)
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
[requires]
|
||||
boost/1.87.0
|
||||
|
||||
[generators]
|
||||
CMakeDeps
|
||||
CMakeToolchain
|
||||
@@ -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
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user