summaryrefslogtreecommitdiffstats
path: root/Help/prop_tgt/IMPORTED_LOCATION.rst
Commit message (Collapse)AuthorAgeFilesLines
* Merge topic 'doc-xcframeworks-stubs-apple'Brad King2023-12-131-9/+5
|\ | | | | | | | | | | | | | | | | e831eef933 Help: Note case where IMPORTED_IMPLIB isn't needed for (xc)frameworks 01735badee Help: XCFrameworks and stubs are supported on all Apple, not just macOS 6ac50df591 Help: Add missing versionadded directives for IMPORTED_IMPLIB Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9058
| * Help: XCFrameworks and stubs are supported on all Apple, not just macOSCraig Scott2023-12-091-9/+5
| |
* | Help/IMPORTED_LOCATION: link to `LOCATION_<CONFIG>` docsBen Boeckel2023-10-281-1/+1
|/
* macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-0/+6
| | | | Issue: #21752
* macOS: Allow IMPORTED_LOCATION to be a framework folderKyle Edwards2023-06-231-0/+5
| | | | Issue: #24946
* Apple: Handle generation and comsuption of text-based stubs (.tbd files)Marc Chevrier2023-03-011-1/+1
| | | | Fixes: #24123
* Help: Clarify IMPORTED_LOCATION documentationmcc2021-04-011-4/+4
| | | | | Prefer the macOS term "application bundle" over just "bundle". Put both macOS cases together.
* Help: Reference IMPORTED_IMPLIB from the IMPORTED_LOCATION documentationMarc Aldorasi2019-11-111-0/+3
| | | | Issue: #16698
* Help: Improve documentation of IMPORTED_LOCATION propertyAlexandru Croitor2019-06-211-4/+11
| | | | | | | | Mention the usage of a configuration specific `IMPORTED_LOCATION_<CONFIG>` value even if the `<CONFIG>` is not the same as the active configuration of the currently built project. Co-Author: Brad King <brad.king@kitware.com>
* Help: Improve documentation formatingBartosz Kosiorek2019-04-041-9/+9
|
* Help: Replace occurrences of "Mac OS X" with "macOS"Bartosz Kosiorek2018-09-051-2/+2
| | | | | | | | Apple's main Operating system changed their name from OS X to macOS: https://www.engadget.com/2016/06/13/os-x-is-now-macos/ Revise documentation accordingly.
* Convert builtin help to reStructuredText source filesKitware Robot2013-10-151-0/+21
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.