1IMPORTED
2--------
3
4Read-only indication of whether a target is ``IMPORTED``.
5
6The boolean value of this property is ``True`` for targets created with
7the ``IMPORTED`` option to :command:`add_executable` or :command:`add_library`.
8It is ``False`` for targets built within the project.
9