add dos guard

This commit is contained in:
CJ Cobb
2021-05-13 21:53:29 +00:00
parent 0babf5bc44
commit 1bcfe3aa8b
4 changed files with 92 additions and 569 deletions

View File

@@ -23,7 +23,7 @@ file (TO_CMAKE_PATH "${BOOST_ROOT}" BOOST_ROOT)
FIND_PACKAGE( Boost 1.75 COMPONENTS filesystem log log_setup thread system REQUIRED )
add_executable (reporting
websocket_server_async.cpp
server/websocket_server_async.cpp
)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/deps")
include(ExternalProject)