From 9124a3edd2c624eeb42d6e23abfb9fc5aebda9da Mon Sep 17 00:00:00 2001 From: alfredo Date: Tue, 9 Aug 2016 20:41:08 -0400 Subject: [PATCH] Add install target for headers --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) 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)