文件操作 - link_libraries.rst
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/cmake3/Help/command/link_libraries.rst
编辑文件内容
link_libraries -------------- Link libraries to all targets added later. .. code-block:: cmake 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 :command:`add_executable` or :command:`add_library`. See the :command:`target_link_libraries` command for meaning of arguments. .. note:: The :command:`target_link_libraries` command should be preferred whenever possible. Library dependencies are chained automatically, so directory-wide specification of link libraries is rarely needed.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件