cmake: Use static libs to speed up builds

This commit is contained in:
Vinnie Falco
2019-03-23 15:57:24 -07:00
parent b01d692ad7
commit b38901887b
60 changed files with 369 additions and 91 deletions
+4
View File
@@ -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")