Вынесена функция

(cherry picked from commit 4814cdcabb06c47fb6258b0031d97e2d5bff24b2)
This commit is contained in:
Антон
2025-04-18 17:30:16 +03:00
parent 8752a8bd85
commit e6823ce506
4 changed files with 70 additions and 55 deletions
+3 -1
View File
@@ -13,7 +13,9 @@ endif ()
find_package(Boost REQUIRED)
add_executable(App ./src/main.cpp)
add_executable(App ./src/main.cpp
./src/helpers/helpers.h
./src/helpers/helpers.cpp)
target_link_libraries(App PRIVATE Boost::boost)