Skip to content

Latest commit

 

History

History
 
 

vscode-without-cmake

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vscode-without-cmake

예제 소스코드를 cmake가 없이 VSCode 설정만으로 빌드, 디버깅이 할 수 있도록 수정했습니다.

테스트 환경

  • Ubuntu 20.04
  • VSCode 1.77.3
  • gcc 9.4.0
  • OpenCV 4.7.0

사용 방법

  • VSCode를 열어서 File -> Open Workspace from File... 을 선택 후, .vscode 폴더 내의 vscode-without-cmake.code-workspace 파일을 선택합니다.
  • workspace가 열리면 vscode-without-cmake-workspace 폴더 내에 bin 폴더를 생성합니다.
  • 테스트 하려는 소스파일을 열어서 빌드, 디버깅을 합니다.