StartupProject-check.cmake 164 B

12345
  1. getProjectNames(projects)
  2. list(GET projects 0 first_project)
  3. if(NOT first_project STREQUAL "TestStartup")
  4. error("TestStartup is not the startup project")
  5. endif()