blob: bf9835e294fe69bfb9947dfeb1868672e47d7c2c (
plain)
1
2
3
4
5
6
7
8
|
IMPORTED
--------
Read-only indication of whether a target is IMPORTED.
The boolean value of this property is true for targets created with
the IMPORTED option to add_executable or add_library. It is false for
targets built within the project.
|