| commit | 1dcb80aea0b53349873eec5c18bfb0b592fdc308 | [log] [tgz] |
|---|---|---|
| author | Eero Aaltonen <eero.aaltonen@vaisala.com> | Mon Nov 16 17:35:08 2020 +0200 |
| committer | Jérôme Forissier <jerome@forissier.org> | Mon Aug 22 09:28:54 2022 +0200 |
| tree | 81efcd900b269d00262d69297dd46c21702f03c5 | |
| parent | 492410dcb78f07677524e1d932c86260180ea72c [diff] |
Use CMake project command to set version Setting in the version in the `project()` call automatically populates the variables `PROJECT_VERSION_MAJOR`, `_MINOR`, `_PATCH` and `_TWEAK` (if used). If a `SHARED` version of `ckteec` is built, `PROJECT_VERSION_MAJOR` can be used for the `SOVERSION`. Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com> Acked-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
This git contains source code for the non-secure side implementation of the OP-TEE project making up the client library and tee-supplicant.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_client.
// OP-TEE core maintainers