/ components / esp_hw_support / CMakeLists.txt
CMakeLists.txt
1  idf_component_register(SRCS "compare_set.c"
2                              "cpu_util.c"
3                         INCLUDE_DIRS include
4                         REQUIRES soc
5                         LDFRAGMENTS linker.lf)
6  
7  idf_build_get_property(target IDF_TARGET)
8  add_subdirectory(port/${target})