OVMS3-idf/examples/build_system/cmake/import_prebuilt/main/project_include.cmake
2019-12-10 19:22:25 +08:00

7 lines
275 B
CMake

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