Doocong's Journey


  • 홈

  • 카테고리

  • PS

  • 아카이브

  • 태그

다른 확장자 파일 cscope에 추가하기

작성일 2017-08-27 | In tools

다른 확장자 파일 cscope에 추가하기

아래와 같이 실행한다. script로 만들어 두어도 편하다.

1
2
3
4
5
6
7
8
rm cscope.files
find . -name "*.c" >> cscope.files
find . -name "*.cpp" >> cscope.files
find . -name "*.cc" >> cscope.files
find . -name "*.h" >> cscope.files
find . -name "*.java" >> cscope.files
cscope -b
cscope -d

한번 추가한 이후에는 cscope -d 로 실행하면 된다. 이후 업데이트가 필요한 경우에 다시 실행해주자.

# cscope # development
git 초기 설정하기
1 … 48 49
Doocong

Doocong

Log of Developer Doocong

49 포스트
10 카테고리
93 태그
RSS
© 2022 Doocong
Powered by Jekyll
Theme - NexT.Muse