IMPORTED.rst 276 B

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