Implemented caching for index.html
All checks were successful
/ Build the server (push) Successful in 2m52s

This commit is contained in:
2023-10-23 17:33:19 +02:00
parent 21b4a8800e
commit 13579acd8f
2 changed files with 33 additions and 10 deletions

View File

@@ -2,7 +2,7 @@ add_subdirectory(spdlog-1.12.0)
add_subdirectory(restbed-4.8)
add_custom_command(
COMMAND ./configure.py ARGS --amalgamation --disable-shared --minimized-build --enable-modules=argon2fmt,hotp,base32,auto_rng,system_rng,tls13,certstor_system,certstor_flatfile
COMMAND ./configure.py ARGS --amalgamation --disable-shared --minimized-build --enable-modules=argon2fmt,hotp,base32,auto_rng,system_rng,tls13,certstor_system,certstor_flatfile,md5
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0
OUTPUT ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0/botan_all.cpp ${CMAKE_CURRENT_SOURCE_DIR}/Botan-3.2.0/botan_all.h
)