mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-06-16 18:03:44 +08:00
Give lwIP a top-level CMakeLists.txt
(as it is common in other projects) This breaks iteropts.sh for now
This commit is contained in:
@@ -13,12 +13,12 @@ if(EXISTS ${MBEDTLSDIR}/CMakeLists.txt)
|
||||
# Prevent building MBEDTLS programs and tests
|
||||
set(ENABLE_PROGRAMS OFF CACHE BOOL "")
|
||||
set(ENABLE_TESTING OFF CACHE BOOL "")
|
||||
|
||||
|
||||
# mbedtls uses cmake. Sweet!
|
||||
add_subdirectory(${MBEDTLSDIR} mbedtls)
|
||||
|
||||
set (LWIP_MBEDTLS_DEFINITIONS
|
||||
-DLWIP_HAVE_MBEDTLS=1
|
||||
LWIP_HAVE_MBEDTLS=1
|
||||
)
|
||||
set (LWIP_MBEDTLS_INCLUDE_DIRS
|
||||
${MBEDTLSDIR}/include
|
||||
|
||||
Reference in New Issue
Block a user