Sign in
cmake
/
cmake
/
39e5a4da220c1ddcd73d74d26ed55a7418add215
/
.
/
Tests
/
RunCMake
/
VSSolution
/
StartupProject-check.cmake
blob: f36aab2758fe2f397acab31784635f5e8cb352a2 [
file
] [
log
] [
blame
]
getProjectNames
(
projects
)
list
(
GET projects
0
first_project
)
if
(
NOT first_project STREQUAL
"TestStartup"
)
error
(
"TestStartup is not the startup project"
)
endif
()