ENH: Add PROJECT_URL

This commit is contained in:
Sebastien Barre 2002-02-14 09:31:16 -05:00
parent 25f5f1fa63
commit a12b5b958b
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@ SET (DROP_SITE_PASSWORD "public")
SET (TRIGGER_SITE
"http://${DROP_SITE}/cgi-bin/Submit-CMake-TestingResults.pl")
# Project Home Page
SET (PROJECT_URL "http://www.cmake.org/")
# Dart server configuration
SET (CVS_WEB_URL "http://${DROP_SITE}/cgi-bin/cvsweb.cgi/CMake/")
SET (CVS_WEB_CVSROOT "CMake")