How to add a library to your project

How to add a library to your project 라이브러리를 프로젝트에 추가하는 방법


The following describes how to add a library to your project.

다음은 라이브러리를 프로젝트에 추가하는 방법을 설명한다.


1. Open the command prompt and go to your project library directory.
    명령 프롬프트를 열고, 프로젝트의 라이브러리 디렉토리로 이동한다.

cd <project directory>/library


2. Add a library as a git submodule by Input the following command.
    다음 명령을 입력해, 라이브러리를 깃 하위모듈로 추가한다.

  • Working directory 작업 디렉토리: "<project directory>/library"
git submodule add <library url>



Ubinos Home 유비노스 홈