0% found this document useful (0 votes)
28 views1 page

CMake Lists

Uploaded by

salman1992
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views1 page

CMake Lists

Uploaded by

salman1992
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

FILE(GLOB_RECURSE app_sources ${CMAKE_SOURCE_DIR}/src/*.

*)

idf_component_register(SRCS ${app_sources} INCLUDE_DIRS ".")

target_add_binary_data(${COMPONENT_TARGET} "pages/favicon.ico" BINARY)


target_add_binary_data(${COMPONENT_TARGET} "pages/styles-
67aa3b0203355627b525be2ea57be7bf.css" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/config.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/result.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/apply.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/scan.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/reset.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/unlock.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/advanced.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/lock.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/clients.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/ota.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/otalog.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/about.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/portmap_start.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/portmap_end.html" TEXT)
target_add_binary_data(${COMPONENT_TARGET} "pages/jquery-
8a1045d9cbf50b52a0805c111ba08e94.js" TEXT)

You might also like