文件操作 - install_targets.rst
返回文件管理
返回主菜单
删除本文件
文件: /usr/share/cmake3/Help/command/install_targets.rst
编辑文件内容
install_targets --------------- .. deprecated:: 3.0 Use the :command:`install(TARGETS)` command instead. This command has been superceded by the :command:`install` command. It is provided for compatibility with older CMake code. :: install_targets(<dir> [RUNTIME_DIRECTORY dir] target target) Create rules to install the listed targets into the given directory. The directory ``<dir>`` is relative to the installation prefix, which is stored in the variable :variable:`CMAKE_INSTALL_PREFIX`. If ``RUNTIME_DIRECTORY`` is specified, then on systems with special runtime files (Windows DLL), the files will be copied to that directory.
修改文件时间
将文件时间修改为当前时间的前一年
删除文件