Post Diary

This commit is contained in:
2026-01-25 10:02:15 +03:00
parent 7ff1bf10f8
commit 199659266f
2 changed files with 37 additions and 12 deletions
+2 -1
View File
@@ -13,7 +13,7 @@ set(Boost_USE_MULTITHREADED ON)
set(Boost_INCLUDE_DIR ${BOOST_ROOT})
set(Boost_LIBRARY_DIR "${BOOST_ROOT}/stage/lib")
find_package(Boost 1.88.0 REQUIRED COMPONENTS filesystem json log system filesystem)
find_package(Boost 1.88.0 REQUIRED COMPONENTS filesystem json log system filesystem url)
if (Boost_FOUND)
include_directories(${Boost_INCLUDE_DIR})
endif ()
@@ -77,6 +77,7 @@ target_link_libraries(App PRIVATE Boost::boost
Boost::log
Boost::system
Boost::filesystem
Boost::url
Threads::Threads
mysql::concpp)