summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VS10Project/bar.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Extend VS10Project to cover `.targets` file linkingSoji Yamakawa2016-11-151-0/+3
With VS generators for 2010 and above, passing a `.targets` file to `target_link_libraries` is expected to generate content in the `.vcxproj` file to import the targets file. Add a test to cover this.