generated from Sithas/conan_template
Post Diary
This commit is contained in:
+2
-1
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user