summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/StartupProject-check.cmake
blob: f36aab2758fe2f397acab31784635f5e8cb352a2 (plain)
1
2
3
4
5
getProjectNames(projects)
list(GET projects 0 first_project)
if(NOT first_project STREQUAL "TestStartup")
  error("TestStartup is not the startup project")
endif()