Correction and example

This commit is contained in:
Pcornat 2021-03-23 21:50:51 +01:00
parent a4125d8edf
commit 27b6a75c7d
No known key found for this signature in database
GPG Key ID: 873C3ACCF970C74E
2 changed files with 12 additions and 2 deletions

View File

@ -6,7 +6,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)
set(CMAKE_CXX_COMPILER_LAUNCHER ccache)
find_package(Boost REQUIRED COMPONENTS system)
find_package(Boost REQUIRED COMPONENTS system program_options)
find_package(OpenSSL REQUIRED)
find_package(OpenMP REQUIRED)
include_directories(${Boost_INCLUDE_DIR} ${OpenSSL_INCLUDE_DIR})

View File

@ -1,3 +1,13 @@
{
"content": {
"path": ""
},
"cache": {
"enable_cache": false,
"cache_size": 1024
},
"ssl": {
"pem_path": "/path/to/chain/file",
"cert_path": "/path/to/cert/file"
}
}