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

(cherry picked from commit f760c9af61cb22e237bc74d9713172c462556c82)
This commit is contained in:
Антон
2025-04-07 12:10:48 +03:00
parent d25e9f16a7
commit 76907d3f98
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)