tools: setting components to main to reduce build time

This commit is contained in:
Jakob Hasse
2023-03-22 14:25:40 +08:00
parent 03c5274368
commit 620cc586a2
23 changed files with 28 additions and 14 deletions
@@ -3,6 +3,7 @@
cmake_minimum_required(VERSION 3.16)
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(COMPONENTS main)
project(test_build)
add_custom_target(check_bootloader_sections ALL