Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
7fe8d4bfc4e14758308dbf2f2fcd96cb614b7b29
/
.
/
Tests
/
RunCMake
/
VSSolution
/
StartupProject-check-sln.cmake
blob: f36aab2758fe2f397acab31784635f5e8cb352a2 [
file
]
getProjectNames
(
projects
)
list
(
GET projects
0
first_project
)
if
(
NOT first_project STREQUAL
"TestStartup"
)
error
(
"TestStartup is not the startup project"
)
endif
()