esp-idf/components/esp32s3/CMakeLists.txt
2020-07-20 10:51:05 +08:00

5 lines
102 B
CMake

idf_build_get_property(target IDF_TARGET)
if(NOT "${target}" STREQUAL "esp32s3")
return()
endif()