We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d954aca commit 27f2959Copy full SHA for 27f2959
1 file changed
CMakeLists.txt
@@ -140,6 +140,7 @@ file(GLOB_RECURSE BOOST_HTTP_PROTO_ZLIB_SOURCES CONFIGURE_DEPENDS src_zlib/*.cpp
140
set(BOOST_HTTP_PROTO_ZLIB_HEADERS
141
"include/boost/http_proto/service/zlib_service.hpp"
142
"include/boost/http_proto/service/deflate_service.hpp"
143
+ "include/boost/http_proto/service/inflate_service.hpp"
144
)
145
source_group("" FILES "include/boost/http_proto.hpp" "build/Jamfile")
146
source_group(TREE ${CMAKE_CURRENT_SOURCE_DIR}/include/boost/http_proto PREFIX "include" FILES ${BOOST_HTTP_PROTO_HEADERS})
0 commit comments