esp-idf/components/esp32s3/CMakeLists.txt

5 lines
102 B
CMake
Raw Normal View History

2020-07-14 08:36:05 -04:00
idf_build_get_property(target IDF_TARGET)
if(NOT "${target}" STREQUAL "esp32s3")
return()
endif()