zephyr/samples/net/civetweb
Kumar Gala c05ba3517b samples: civetweb: websocket_server: Fix build issue
The sample uses generate_inc_file_for_target for some "webpages" that
get included.  However, the directory that the generated files are
put into: ${ZEPHYR_BINARY_DIR}/include/generated/web_page isn't
created and thus the build fails.

Add a simple 'file(MAKE_DIRECTORY ..)' to create the dir.

Fixes #34345

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2021-04-17 07:47:42 -04:00
..
common libc: minimal: implement time() API 2021-03-19 09:56:53 -04:00
http_server samples: net: civetweb: Avoid using mbedtls 2021-03-10 16:08:46 +01:00
websocket_server samples: civetweb: websocket_server: Fix build issue 2021-04-17 07:47:42 -04:00