config/doc/HOWTO_CSCOPEDB
2015-06-30 15:43:16 +02:00

4 lines
142 B
Plaintext

find /my/project/dir -name '*.c' -o -name '*.h' > /foo/cscope.files
cscope -i /foo/cscope.files
CSCOPE_DB=/foo/cscope.out; export CSCOPE_DB