Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
git submodule add <library url>

3. Add configuration of the library by editing your application configuration file "app/....cmake" as follows. If the project type is external, skip this step.
    응용 구성 파일 "app/....cmake"을 다음과 같이 편집해 라이브러리 구성을 추가한다. 프로젝트 형식이 외부인 경우 이 과정은 생략한다.

Code Block
...

include(${PROJECT_LIBRARY_DIR}/<library name>/config/<config name>.cmake)

...

  


...

Ubinos Home 유비노스 홈