summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/TargetSources
Commit message (Collapse)AuthorAgeFilesLines
* target_sources: New command to add sources to target.Stephen Kelly2014-04-024-0/+26
|
* Make the SOURCES target property writable.Stephen Kelly2014-04-024-0/+28
|
* cmTarget: Make the SOURCES origin tracable.Stephen Kelly2014-04-027-0/+60
|
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-027-0/+40
Disallow the use of config-specific source files with the Visual Studio and Xcode generators. They don't have any way to represent the condition currently. Use the same common-config API in cmQtAutoGenerators. While it accepts config-specific files, it doesn't have to support multiple configurations yet. Loop over the configs in cmTargetTraceDependencies and cmGlobalGenerator::WriteSummary and consume all source files. Loop over the configs in cmComputeTargetDepends and compute the object library dependencies for each config.