CMake: add an include guard since files are intended to be included in other projects

This commit is contained in:
Dirk Ziegelmeier
2018-10-05 08:02:34 +02:00
parent 1f554efcbb
commit d9c9b55766
6 changed files with 12 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
include_guard(GLOBAL)
set(LWIP_CONTRIB_DIR ${LWIP_DIR}/contrib)
# ARM mbedtls support https://tls.mbed.org/