File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1111cd " ` dirname $0 ` /.." # cd to arduino-esp32 root
1212
1313# find all source files in repo
14- REPO_SRCS=` find cores/esp32/ libraries/ -name ' examples' -prune -o -name ' main.cpp' -prune -o -name ' *.c' -print -o -name ' *.cpp' -print | sort`
14+ # REPO_SRCS=`find cores/esp32/ libraries/ -name 'examples' -prune -o -name 'main.cpp' -prune -o -name '*.c' -print -o -name '*.cpp' -print | sort`
15+ REPO_SRCS=` find cores/esp32/ libraries/ -name ' examples' -prune -o -name ' *.c' -print -o -name ' *.cpp' -print | sort`
1516
1617# find all source files named in CMakeLists.txt COMPONENT_SRCS
1718CMAKE_SRCS=` cmake --trace-expand -C CMakeLists.txt 2>&1 | grep COMPONENT_SRCS | sed ' s/.\+COMPONENT_SRCS //' | sed ' s/ )//' | tr ' ;' ' \n' | sort`
You can’t perform that action at this time.
0 commit comments