IMPORTED_IMPLIB — CMake 4.0.2 Documentation (original) (raw)

Full path to the import library for an IMPORTED target.

This property may be set:

Changed in version 3.28: If an imported target is an Apple framework or XCFramework, the preferred arrangement is to set IMPORTED_LOCATION to the .frameworkor .xcframework directory. CMake will then find the relevant .tbdfile inside that framework or XCFramework automatically without requiringIMPORTED_IMPLIB to be set.

The IMPORTED_IMPLIB target property may be overridden for a given configuration <CONFIG> by the configuration-specificIMPORTED_IMPLIB_ target property. Furthermore, the MAP_IMPORTED_CONFIG_ target property may be used to map between a project's configurations and those of an imported target. If none of these is set then the name of any other configuration listed in the IMPORTED_CONFIGURATIONS target property may be selected and its IMPORTED_IMPLIB_ value used.

This property is ignored for non-imported targets.