From a73ce8b1483b991cf57c18a602eb163f6a2a2857 Mon Sep 17 00:00:00 2001 From: David Wedderwille Date: Wed, 19 Jun 2019 12:07:43 +0000 Subject: [PATCH] add asio_compatibility.hpp to the destination directory --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6114285..a6054a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") set(BUILD_TESTING ON) - install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server) + install(FILES asio_compatibility.hpp server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server) endif() if(BUILD_TESTING)