10 lines
224 B
CMake
10 lines
224 B
CMake
# See the build system documentation in IDF programming guide
|
|
# for more information about component CMakeLists.txt files.
|
|
|
|
idf_component_register(
|
|
SRCS main.c
|
|
HTTPPrintCustom.c
|
|
HTTPPostCustom.c
|
|
|
|
)
|