OVMS3-idf/examples/build_system/cmake/import_prebuilt/main/project_include.cmake

7 lines
275 B
CMake
Raw Normal View History

2019-11-28 06:39:12 +00:00
# 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()