Tidy up CMakeLists

This commit is contained in:
Vinnie Falco
2016-09-02 10:09:45 -04:00
parent e499743cdd
commit 104f12a9e2
16 changed files with 36 additions and 25 deletions

View File

@@ -33,10 +33,10 @@ unit-test core-tests :
core/streambuf.cpp
core/to_string.cpp
core/write_dynabuf.cpp
core/detail/base64.cpp
core/detail/empty_base_optimization.cpp
core/detail/get_lowest_layer.cpp
core/detail/sha1.cpp
core/base64.cpp
core/empty_base_optimization.cpp
core/get_lowest_layer.cpp
core/sha1.cpp
;
unit-test http-tests :
@@ -59,7 +59,7 @@ unit-test http-tests :
http/streambuf_body.cpp
http/string_body.cpp
http/write.cpp
http/detail/chunk_encode.cpp
http/chunk_encode.cpp
;
unit-test bench-tests :
@@ -75,10 +75,10 @@ unit-test websocket-tests :
websocket/rfc6455.cpp
websocket/stream.cpp
websocket/teardown.cpp
websocket/detail/frame.cpp
websocket/detail/mask.cpp
websocket/detail/stream_base.cpp
websocket/detail/utf8_checker.cpp
websocket/frame.cpp
websocket/mask.cpp
websocket/stream_base.cpp
websocket/utf8_checker.cpp
;
exe websocket-echo :