*.c -> *.C.

This commit is contained in:
Sylvain Pion 2008-09-10 08:21:54 +00:00
parent d1e19517c4
commit 8eb45c92fa
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ The shell script
{{\tt cgal\_create\_cmake\_script}} creates a \cgal\ cmake script, that is, a {\tt CMakeLists.txt} file,
in the current working directory for configuring a particular \cgal\ application (such as an example, demo or test).
The cmake script will have commands to make an executable from every {\tt .c}
The cmake script will have commands to make an executable from every {\tt .C}
and {\tt .cpp} file which contains the word {\tt main} in the directory.
The following options are available to indicate the kind of cmake script
to create: