CMake/Tests/RunCMake/VSSolution/StartupProject-check.cmake

5 lines
149 B
CMake

getFirstProject(first_project StartupProject)
if(NOT first_project STREQUAL "TestStartup")
error("TestStartup is not the startup project")
endif()