esp-idf/examples/storage/semihost_vfs/main/CMakeLists.txt

6 lines
152 B
CMake
Raw Normal View History

2020-11-10 01:51:08 -05:00
set(COMPONENT_SRCS)
set(COMPONENT_ADD_INCLUDEDIRS ".")
idf_component_register(SRCS "semihost_vfs_example_main.c"
INCLUDE_DIRS ".")