add tool。
Some checks failed
Deploy / Build (push) Failing after 1m55s

This commit is contained in:
luocai
2025-06-28 15:09:13 +08:00
parent 73bd900000
commit f5c76b931f
13 changed files with 285 additions and 18 deletions

8
Tools/CMakeLists.txt Normal file
View File

@ -0,0 +1,8 @@
add_executable(UrlCheck UrlCheck.cpp)
target_link_libraries(UrlCheck
PRIVATE Base
PRIVATE Boost::program_options
PRIVATE OpenSSL::SSL
PRIVATE OpenSSL::Crypto
)