1if(ENABLE_ASIO_LIB) 2 install(FILES 3 nghttp2/asio_http2.h 4 nghttp2/asio_http2_client.h 5 nghttp2/asio_http2_server.h 6 DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2") 7endif() 8
1if(ENABLE_ASIO_LIB) 2 install(FILES 3 nghttp2/asio_http2.h 4 nghttp2/asio_http2_client.h 5 nghttp2/asio_http2_server.h 6 DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/nghttp2") 7endif() 8