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:
Andrzej Kurek 2018-03-14 17:24:01 -04:00
parent 6665b67ddf
commit 40741f8ce5
5 changed files with 135 additions and 1 deletions

View file

@ -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)