1# For users checking this example, ignore the following code. This is so that
2# the prebuilt project is built automatically in ESP-IDF CI.
3if("$ENV{CI}")
4 execute_process(COMMAND ${IDFTOOL} build
5 WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/prebuilt)
6endif()
7