0
0
Fork 0
wireless-proxy-esp32/project_components/html/CMakeLists.txt

8 lines
105 B
CMake

file(GLOB HTML_FILES
*.gz
)
idf_component_register(
EMBED_FILES ${HTML_FILES}
)