From 7ad8de4abc129d76457a6f1d574ed2ddc629b249 Mon Sep 17 00:00:00 2001 From: Alfredo Luque Date: Wed, 10 Aug 2016 15:56:32 -0400 Subject: [PATCH] rename include subdirectory to simple-web-server --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b342cc..1c2ed59 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -51,4 +51,4 @@ endif() enable_testing() add_subdirectory(tests) -install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp DESTINATION include/simplewebserver) +install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp DESTINATION include/simple-web-server)