forked from loafle/openapi-generator-original
* [C++][Pistache] Simplified model template * [C++][Pistache] Fix for addExternalLibs option CMake would fail with addExternalLibs set to false since it'd try to add depenency to not-existing targets * [C++][Pistache] Update cpp-pistache-server-petstore.sh * [C++][Pistache] Update Petstore sample * [C++][Pistache] Update documentation
576 B
576 B
id: generator-opts-server-cpp-pistache-server title: Config Options for cpp-pistache-server sidebar_label: cpp-pistache-server
Option | Description | Values | Default |
---|---|---|---|
addExternalLibs | Add the Possibility to fetch and compile external Libraries needed by this Framework. | true | |
helpersPackage | Specify the package name to be used for the helpers (e.g. org.openapitools.server.helpers). | org.openapitools.server.helpers | |
useStructModel | Use struct-based model template instead of get/set-based model template | false |