mirror of https://github.com/CGAL/cgal
*.c -> *.C.
This commit is contained in:
parent
d1e19517c4
commit
8eb45c92fa
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in New Issue