Files
esp-idf/examples/custom_bootloader/bootloader_multiboot/main/CMakeLists.txt

4 lines
151 B
CMake
Raw Normal View History

idf_component_register(SRCS "bootloader_multiboot_example_main.c"
INCLUDE_DIRS "."
PRIV_REQUIRES newlib)