Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename RunCMake.{ArtifactOutputDirs => TargetArtifacts} | Brad King | 2023-02-24 | 1 | -21/+0 |
| | | | | Generalize the name so we can add other kinds of artifact checks. | ||||
* | OUTPUT_DIRECTORY: Support tgt genex in output artifact vars | Asit Dhal | 2021-01-26 | 1 | -0/+21 |
Following variables now support target dependent generator expressions. - CMAKE_RUNTIME_OUTPUT_DIRECTORY - CMAKE_LIBRARY_OUTPUT_DIRECTORY - CMAKE_ARCHIVE_OUTPUT_DIRECTORY Fixes: #18055 |