aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndrzej Kurek <andrzej.kurek@arm.com>2018-03-14 17:24:01 -0400
committerAndrzej Kurek <andrzej.kurek@arm.com>2018-06-28 05:05:40 -0400
commit40741f8ce5841c507155bf7954b08ffdcb64100a (patch)
treebfb39ddb7806d3da15ed09bd5b94936a1ff4920c /CMakeLists.txt
parent6665b67ddf56069550363ebe3203b03a5c5fb8c7 (diff)
downloadmbedtls-40741f8ce5841c507155bf7954b08ffdcb64100a.zip
mbedtls-40741f8ce5841c507155bf7954b08ffdcb64100a.tar.gz
mbedtls-40741f8ce5841c507155bf7954b08ffdcb64100a.tar.bz2
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
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ade1d4..2a10d7c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -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)