summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/include_external_msproject/main.cpp
Commit message (Collapse)AuthorAgeFilesLines
* include_external_msproject: Test TYPE, GUID, PLATFORM options (#13120)Brad King2012-04-191-0/+3
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>