mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Add a test with a cpp executable including all mbed TLS headers
In case of any problems with the 'extern "C"' directives, building the executable will fail
This commit is contained in:
parent
6665b67ddf
commit
40741f8ce5
5 changed files with 135 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
|||
cmake_minimum_required(VERSION 2.6)
|
||||
project("mbed TLS" C)
|
||||
project("mbed TLS" C CXX)
|
||||
|
||||
option(USE_PKCS11_HELPER_LIBRARY "Build mbed TLS with the pkcs11-helper library." OFF)
|
||||
option(ENABLE_ZLIB_SUPPORT "Build mbed TLS with zlib library." OFF)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue