mirror of
https://github.com/CrowCpp/Crow.git
synced 2024-06-07 21:10:44 +00:00
adde cmake options for feature ssl and compression and crow amalgamate
This commit is contained in:
parent
5baa4e620c
commit
045e447384
6
.github/workflows/build_and_test.yml
vendored
6
.github/workflows/build_and_test.yml
vendored
@ -50,7 +50,11 @@ jobs:
|
||||
- name: Configure CMake
|
||||
run: |
|
||||
if [ "$RUNNER_OS" == "Windows" ]; then
|
||||
cmake -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake -B build
|
||||
cmake \
|
||||
-DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \
|
||||
-DCROW_FEATURES="ssl;compression" \
|
||||
-DCROW_AMALGAMATE=ON \
|
||||
-B build
|
||||
else
|
||||
cmake -B build
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user