summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/VSSolution/StartupProject-check.cmake
blob: 352bbd53f630bcb78244cf0aeeeade2f9f86a084 (plain)
1
2
3
4
getFirstProject(first_project StartupProject)
if(NOT first_project STREQUAL "TestStartup")
  error("TestStartup is not the startup project")
endif()