탐색

  • 색인
  • 다음 |
  • 이전 |
  • CMake »
  • Documentation »
  • cmake-commands(7) »
  • link_libraries

link_libraries¶

Link libraries to all targets added later.

link_libraries([item1 [item2 [...]]]
               [[debug|optimized|general] <item>] ...)

Specify libraries or flags to use when linking any targets created later in the current directory or below by commands such as add_executable() or add_library(). See the target_link_libraries() command for meaning of arguments.

참고

The target_link_libraries() command should be preferred whenever possible. Library dependencies are chained automatically, so directory-wide specification of link libraries is rarely needed.

이전 항목

link_directories

다음 항목

project

현재 문서

  • 소스 보기

빠른 검색

탐색

  • 색인
  • 다음 |
  • 이전 |
  • CMake »
  • Documentation »
  • cmake-commands(7) »
  • link_libraries
© 저작권 2000-2025 Kitware, Inc. and Contributors. Sphinx 8.1.3 버전으로 생성되었습니다.