добавил динамическую линковку для boost::log
This commit is contained in:
parent
ad6d734f4a
commit
1f8ea04f43
@ -57,6 +57,8 @@ add_executable(terminal-web-server
|
|||||||
src/auth/utils.h
|
src/auth/utils.h
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_definitions(-DBOOST_LOG_DYN_LINK)
|
||||||
|
|
||||||
find_package(Boost 1.53.0 COMPONENTS system thread filesystem log log_setup REQUIRED)
|
find_package(Boost 1.53.0 COMPONENTS system thread filesystem log log_setup REQUIRED)
|
||||||
find_package(OpenSSL REQUIRED)
|
find_package(OpenSSL REQUIRED)
|
||||||
target_link_libraries(terminal-web-server ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} terminal-client-api)
|
target_link_libraries(terminal-web-server ${Boost_LIBRARIES} ${OPENSSL_LIBRARIES} terminal-client-api)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user