Skip to content

Commit 083ea7a

Browse files
committed
refactor out chunk framing
1 parent fa67868 commit 083ea7a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/aws-cpp-sdk-core/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ file(GLOB AWS_INTERNAL_HEADERS "include/aws/core/internal/*.h")
5151
file(GLOB NET_HEADERS "include/aws/core/net/*.h")
5252
file(GLOB HTTP_HEADERS "include/aws/core/http/*.h")
5353
file(GLOB HTTP_STANDARD_HEADERS "include/aws/core/http/standard/*.h")
54-
file(GLOB HTTP_INTERCEPTOR_HEADERS "include/aws/core/http/interceptor/*.h")
54+
file(GLOB HTTP_INTERCEPTOR_HEADERS "include/aws/core/http/interceptor/*.h")
5555
file(GLOB CONFIG_HEADERS "include/aws/core/config/*.h")
5656
file(GLOB CONFIG_DEFAULTS_HEADERS "include/aws/core/config/defaults/*.h")
5757
file(GLOB ENDPOINT_HEADERS "include/aws/core/endpoint/*.h")
@@ -470,7 +470,6 @@ if(MSVC)
470470
source_group("Source Files\\net\\windows" FILES ${NET_SOURCE})
471471
source_group("Source Files\\http" FILES ${HTTP_SOURCE})
472472
source_group("Source Files\\http\\standard" FILES ${HTTP_STANDARD_SOURCE})
473-
474473
source_group("Source Files\\http\\interceptor" FILES ${HTTP_INTERCEPTOR_SOURCE})
475474
source_group("Source Files\\config" FILES ${CONFIG_SOURCE})
476475
source_group("Source Files\\config\\defaults" FILES ${CONFIG_DEFAULTS_SOURCE})

0 commit comments

Comments
 (0)