Fixes #268 : Added mutex.hpp to cmake's install function
This commit is contained in:
parent
fc43fc362d
commit
e1d1404ff7
1 changed files with 1 additions and 1 deletions
|
|
@ -73,7 +73,7 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}")
|
|||
|
||||
set(BUILD_TESTING ON)
|
||||
|
||||
install(FILES asio_compatibility.hpp server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp DESTINATION include/simple-web-server)
|
||||
install(FILES asio_compatibility.hpp server_http.hpp client_http.hpp server_https.hpp client_https.hpp crypto.hpp utility.hpp status_code.hpp mutex.hpp DESTINATION include/simple-web-server)
|
||||
endif()
|
||||
|
||||
if(BUILD_TESTING)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue