summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_external_msproject/RunCMakeTest.cmake
Commit message (Collapse)AuthorAgeFilesLines
* include_external_msproject: Honor MAP_IMPORTED_CONFIG_<CONFIG>Beeble2017-04-051-0/+1
| | | | | This allows projects added via `include_external_msproject` to compile the preferred configuration despite different naming conventions.
* include_external_msproject: Test TYPE, GUID, PLATFORM options (#13120)Brad King2012-04-191-0/+6
Add "RunCMake.include_external_msproject" test to use the TYPE, GUID, and PLATFORM options to include_external_msproject. Since projects with custom types and platforms cannot be loaded without special VS plugins validate the results by directly parsing the generated solution (.sln). Co-Author: Leonid Yurchenko <nocturne@qarea.com>