test(cmakev2): Add placeholder hooks to buildv2_test_app

Made-with: Cursor
This commit is contained in:
Sudeep Mohanty
2026-03-04 15:51:33 +01:00
parent 506dbc2985
commit e7848fc243
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -55,3 +55,4 @@ tools/templates/sample_component/main.c
tools/templates/sample_project/CMakeLists.txt
tools/templates/sample_project/main/CMakeLists.txt
tools/templates/sample_project/main/main.c
tools/test_build_system/buildv2_test_app/main/KConfig.projbuild
@@ -8,8 +8,12 @@ include($ENV{IDF_PATH}/tools/cmakev2/idf.cmake)
project(build_test_app C CXX ASM)
# placeholder_before_project_default
idf_project_default()
# placeholder_after_project_default
#[[
When doing idf.py add-dependency, the component manager
expects the tools/cmake/project.cmake file to be included