2017-09-19 04:34:08 -04:00
|
|
|
|
2015-05-03 04:01:19 -04:00
|
|
|
# This script includes PolarSSL, if not already included.
|
|
|
|
# It is needed for when multiple projects reference PolarSSL.
|
|
|
|
|
|
|
|
if(NOT TARGET mbedtls)
|
2017-08-30 10:00:06 -04:00
|
|
|
message("including mbedtls")
|
2014-07-06 11:27:50 -04:00
|
|
|
set(ENABLE_TESTING OFF CACHE BOOL "Disable tests")
|
|
|
|
set(ENABLE_PROGRAMS OFF CACHE BOOL "Disable programs")
|
2017-08-30 10:00:06 -04:00
|
|
|
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/mbedtls/ ${CMAKE_CURRENT_BINARY_DIR}/lib/mbedtls EXCLUDE_FROM_ALL)
|
2014-02-16 07:39:41 -05:00
|
|
|
endif()
|