From dc146be244c8063971d7b769f35c8c9991cf144a Mon Sep 17 00:00:00 2001 From: xengineering Date: Fri, 21 Mar 2025 22:24:27 +0100 Subject: fw: html: Move HTML to src folder --- fw/CMakeLists.txt | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'fw/CMakeLists.txt') diff --git a/fw/CMakeLists.txt b/fw/CMakeLists.txt index d07494b..cffb6a1 100644 --- a/fw/CMakeLists.txt +++ b/fw/CMakeLists.txt @@ -30,6 +30,9 @@ zephyr_linker_section(NAME http_resource_desc_http_service KVMA RAM_REGION GROUP RODATA_REGION SUBALIGN ${CONFIG_LINKER_ITERABLE_SUBALIGN}) -set(gen_dir ${ZEPHYR_BINARY_DIR}/include/generated/) -set(source_file_index src/html/index.html) -generate_inc_file_for_target(app ${source_file_index} ${gen_dir}/index.html.gz.inc --gzip) +generate_inc_file_for_target( + app + src/index.html + ${ZEPHYR_BINARY_DIR}/include/generated/index.html.gz.inc + --gzip +) -- cgit v1.2.3-70-g09d2