https://github.com/CGAL/cgal
Revision 83a4cc52066b8dc0d31fc803b6f60a4aaad8dfb9 authored by Maxime Gimeno on 26 February 2018, 10:03:11 UTC, committed by Maxime Gimeno on 27 February 2018, 06:45:12 UTC
1 parent 22b880b
Raw File
Tip revision: 83a4cc52066b8dc0d31fc803b6f60a4aaad8dfb9 authored by Maxime Gimeno on 26 February 2018, 10:03:11 UTC
remove useless rule in doc
Tip revision: 83a4cc5
cgal_create_cmake_script.1
.TH CGAL_CREATE_CMAKE_SCRIPT "1" "@DATE@" "CGAL @CGAL_VERSION@" "User Commands"
.SH NAME
cgal_create_cmake_script \- create a cmake script for applications using CGAL
.SH SYNOPSIS
.B cgal_create_cmake_script
.BR [ example | demo | test ]
.SH DESCRIPTION
The script
.B cgal_create_cmake_script
allows the simple creation of cmake scripts for applications which use the CGAL
library. The parameter selects one of three script types, the default type
is
.BR example .
.SH OPTIONS
.PP
.TP
.B example
Create a cmake script for several simple applications. Each
.I C
and
.IR cpp
file in the current directory containing a
.I main()
function is compiled and linked as a separate executable.
.TP
.B demo
Create a cmake script for a single application. All
.I C
and
.IR cpp
files in the current directory are compiled and linked into one executable.
.TP
.B test
Create a cmake script that is suited for the testsuite used by the CGAL developers.
.SH AUTHOR
The CGAL project (http://www.cgal.org/).
.SH "REPORTING BUGS"
Report bugs to <cgal-discuss@inria.fr> (see http://www.cgal.org/
for further instructions).
.SH "SEE ALSO"
The full documentation for CGAL is available at http://www.cgal.org/ in PDF and
HTML format.
back to top