esp-idf/components/esp_hw_support/CMakeLists.txt

9 lines
287 B
CMake
Raw Normal View History

2020-09-30 03:24:04 -04:00
idf_component_register(SRCS "compare_set.c"
"cpu_util.c"
INCLUDE_DIRS include
REQUIRES soc
LDFRAGMENTS linker.lf)
idf_build_get_property(target IDF_TARGET)
add_subdirectory(port/${target})