esp32s2_fh4_test_board/main/CMakeLists.txt

9 lines
123 B
CMake

idf_component_register(
SRC_DIRS
"."
"APP/app_task_hello"
INCLUDE_DIRS
"."
"APP/app_task_hello"
)