diff --git a/CMakeLists.txt b/CMakeLists.txt index 5ba8f75..1b342cc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,3 +50,5 @@ endif() enable_testing() add_subdirectory(tests) + +install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp DESTINATION include/simplewebserver)