commit | c05ba3517b5d663b49eda1eb639fa9a9022b8974 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Fri Apr 16 10:02:12 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Sat Apr 17 07:47:42 2021 -0400 |
tree | 2daf4c339dbceb3632d08a1e081d452eee66af2a | |
parent | 56b9a422f72a9119b780b77875d4d48b85c5ef9e [diff] |
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>