We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bac61f commit d25f8c4Copy full SHA for d25f8c4
1 file changed
fullstack/freertos-wolfip-wolfssl-https/CMakeLists.txt
@@ -8,6 +8,9 @@ set(CMAKE_C_STANDARD_REQUIRED ON)
8
# wolfSSL configuration
9
add_definitions(-DWOLFSSL_USER_SETTINGS)
10
add_definitions(-DWOLFSSL_WOLFIP)
11
+# wolfip's httpd.h puts its whole body behind this, so without it the header
12
+# includes cleanly and every http_* symbol is undeclared
13
+add_definitions(-DWOLFIP_ENABLE_HTTP)
14
15
# FreeRTOS Kernel source files for POSIX port
16
set(FREERTOS_PORT_DIR ${CMAKE_CURRENT_SOURCE_DIR}/freertos/FreeRTOS-Kernel/portable/ThirdParty/GCC/Posix)
0 commit comments