mirror of
https://github.com/boostorg/beast.git
synced 2026-05-19 23:24:48 +02:00
cmake: Use static libs to speed up builds
This commit is contained in:
@@ -16,4 +16,8 @@ add_executable (http-client-sync
|
||||
http_client_sync.cpp
|
||||
)
|
||||
|
||||
target_link_libraries(http-client-sync
|
||||
lib-asio
|
||||
lib-beast)
|
||||
|
||||
set_property(TARGET http-client-sync PROPERTY FOLDER "example-http-client")
|
||||
|
||||
Reference in New Issue
Block a user