Versions Compared

Key

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

...


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"에서 다음 줄을 삭제해 라이브러리 구성을 제거한다. 프로젝트 형식이 외부인 경우 이 과정은 생략한다.

Code Block
...

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

...

...