Skip to content

Add an example Cmake call with options

Pedro Vicente requested to merge pedro-vicente/Simple-Web-Server:master into master

Show the CMake options on the example call

cmake -H. -Bbuild -DUSE_STANDALONE_ASIO=ON -DUSE_OPENSSL=OFF -DASIO_PATH=<path of ASIO library; example E:\net\ext\asio-1.18.1>

Merge request reports