Add install target for headers

This commit is contained in:
alfredo 2016-08-09 20:41:08 -04:00
commit 9124a3edd2

View file

@ -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)