Versions Compared

Key

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

...

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

Code Block
...

project_add_library(<library name>)

...

...