Added all header files to cmake install target. Also added -O3 to one test on travis

This commit is contained in:
eidheim 2017-06-26 11:50:21 +02:00
commit 3ee9f8dc52
2 changed files with 2 additions and 2 deletions

View file

@ -49,4 +49,4 @@ endif()
enable_testing()
add_subdirectory(tests)
install(FILES server_http.hpp client_http.hpp server_https.hpp client_https.hpp utility.hpp DESTINATION include/simple-web-server)
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)