IMPORTED_LOCATION.rst 1001 B

123456789101112131415161718192021
  1. IMPORTED_LOCATION
  2. -----------------
  3. Full path to the main file on disk for an IMPORTED target.
  4. Set this to the location of an IMPORTED target file on disk. For
  5. executables this is the location of the executable file. For bundles
  6. on OS X this is the location of the executable file inside
  7. Contents/MacOS under the application bundle folder. For static
  8. libraries and modules this is the location of the library or module.
  9. For shared libraries on non-DLL platforms this is the location of the
  10. shared library. For frameworks on OS X this is the location of the
  11. library file symlink just inside the framework folder. For DLLs this
  12. is the location of the ".dll" part of the library. For UNKNOWN
  13. libraries this is the location of the file to be linked. Ignored for
  14. non-imported targets.
  15. Projects may skip IMPORTED_LOCATION if the configuration-specific
  16. property IMPORTED_LOCATION_<CONFIG> is set. To get the location of an
  17. imported target read one of the LOCATION or LOCATION_<CONFIG>
  18. properties.