Last Updated: February 25, 2016
·
868
· jeffli

Create cscope tags file

find . -name "*.c" -o -name "*.cpp" -o -name "*.h" -o -name "*.hpp" > cscope.files
cscope -q -R -b -i cscope.files