mirror of
https://github.com/boostorg/beast.git
synced 2025-07-30 04:47:29 +02:00
cmake: Use static libs to speed up builds
This commit is contained in:
@ -23,6 +23,9 @@ if (OPENSSL_FOUND)
|
||||
|
||||
target_link_libraries (advanced-server-flex
|
||||
OpenSSL::SSL OpenSSL::Crypto
|
||||
lib-asio
|
||||
lib-asio-ssl
|
||||
lib-beast
|
||||
)
|
||||
|
||||
endif()
|
||||
|
@ -16,4 +16,8 @@ add_executable (advanced-server
|
||||
advanced_server.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(advanced-server
|
||||
lib-asio
|
||||
lib-beast)
|
||||
|
||||
set_property(TARGET advanced-server PROPERTY FOLDER "example-advanced-server")
|
||||
|
Reference in New Issue
Block a user