One Hat Cyber Team
Your IP :
104.23.197.75
Server IP :
188.114.96.4
Server :
Linux thuru 6.5.11-4-pve #1 SMP PREEMPT_DYNAMIC PMX 6.5.11-4 (2023-11-20T10:19Z) x86_64
Server Software :
Apache/2.4.51 (Unix) OpenSSL/1.0.2k-fips
PHP Version :
7.3.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake3
/
Help
/
command
/
View File Name :
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.