project_include.cmake 275 B

123456
  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.
  3. if("$ENV{CI}")
  4. execute_process(COMMAND ${IDFTOOL} build
  5. WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}/prebuilt)
  6. endif()