summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/add_library
Commit message (Expand)AuthorAgeFilesLines
* Tests/RunCMake: Update cmake_minimum_required versionsBrad King2023-02-111-1/+1
* Xcode: Enable multi-arch TARGET_OBJECTS genex in [INTERFACE_]LINK_LIBRARIESBrad King2021-05-261-8/+6
* Add deprecation warnings for policies CMP0075 and belowBrad King2020-10-131-0/+10
* target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targetsAvraham Shukron2019-07-221-1/+1
* cmake: Display error if generate step failsKyle Edwards2019-05-138-8/+24
* Do not produce legacy _LIB_DEPENDS cache entriesBrad King2018-03-074-0/+23
* objlib: Allow `OBJECT` libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-012-11/+0
* objlib: Allow other libraries to link to `OBJECT` libraries.Deniz Bahadir2018-03-011-6/+0
* objlib: Allow `OBJECT` libraries to link to other libraries.Deniz Bahadir2018-03-011-3/+2
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-263-7/+1
* Defer check for sources within a target until generation.Deniz Bahadir2017-10-2413-28/+31
* Tests: Add tests for missing sources in add_executable and add_library.Deniz Bahadir2017-09-2046-0/+159