Added all header files to cmake install target. Also added -O3 to one test on travis
This commit is contained in:
parent
bf379ebcba
commit
3ee9f8dc52
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue