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 11
11
cd " ` dirname $0 ` /.." # cd to arduino-esp32 root
12
12
13
13
# 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/ lib
4C1B
raries/ -name ' examples' -prune -o -name ' *.c' -print -o -name ' *.cpp' -print | sort`
15
16
16
17
# find all source files named in CMakeLists.txt COMPONENT_SRCS
17
18
CMAKE_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