Navigation

  • index
  • next |
  • previous |
  • CMake »
  • 3.4.1 Documentation »
  • cmake-commands(7) »

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.

Note

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.

Previous topic

link_directories

Next topic

list

This Page

  • Show Source

Quick search

Enter search terms or a module, class or function name.

Navigation

  • index
  • next |
  • previous |
  • CMake »
  • 3.4.1 Documentation »
  • cmake-commands(7) »
© Copyright 2000-2015 Kitware, Inc.. Created using Sphinx 1.3.3.