test socket

This commit is contained in:
2024-04-15 13:37:04 +00:00
parent dbbb7dc5a4
commit 48e064a72d
5 changed files with 47 additions and 5 deletions

View File

@ -60,6 +60,12 @@ FetchContent_Declare(
URL ${CMAKE_SOURCE_DIR}/deps/spdlog-v1.13.0-mirror.zip
)
FetchContent_MakeAvailable(spdlog)
FetchContent_Declare(
sockpp
URL_HASH SHA256=d144b3dcc7e9f031a9205395deb334b0b9681e1e7db61c066cca22ec2650a77b
URL ${CMAKE_SOURCE_DIR}/deps/sockpp-v1.0.0-mirror.zip
)
FetchContent_MakeAvailable(sockpp)
include_directories(${CMAKE_SOURCE_DIR}/bpt/include)
include_directories(${CMAKE_SOURCE_DIR}/stlite)
enable_testing()