Tidy up project folders in CMakeLists.txt

This commit is contained in:
Vinnie Falco
2017-10-30 07:30:18 -07:00
parent c9e291385c
commit 42679ee0bc
49 changed files with 104 additions and 1 deletions

View File

@@ -19,6 +19,8 @@ if (OPENSSL_FOUND)
websocket_server_sync_ssl.cpp
)
set_property(TARGET websocket-server-sync-ssl PROPERTY FOLDER "example-websocket-server")
target_link_libraries (websocket-server-sync-ssl
${OPENSSL_LIBRARIES}
)