...
명령 프롬프트를 열고, 프로젝트 디렉토리로 이동한다.
|
2. Remove a library from the Git Submodule list by Input the following command.
...
Working directory 작업 디렉토리: "<project directory>"
|
3. Remove the library by delete the following line from the file "source/CMakeLists.txt". If the project type is external, skip this step.
파일 "source/CMakeLists.txt"에서 다음 줄을 삭제해 라이브러리를 제거한다. 프로젝트 형식이 외부인 경우 이 과정은 생략한다.
|
4. Remove configuration of the library by deleting the following line from your application configuration file "app/....cmake". If the project type is external, skip this step.
응용 구성 파일 "app/....cmake"에서 다음 줄을 삭제해 라이브러리 구성을 제거한다. 프로젝트 형식이 외부인 경우 이 과정은 생략한다.
|
...