mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
test(cmakev2): Add placeholder hooks to buildv2_test_app
Made-with: Cursor
This commit is contained in:
committed by
Frantisek Hrbata
parent
e14d50b79b
commit
7b37db5276
@@ -51,3 +51,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
|
||||
|
||||
Reference in New Issue
Block a user