1CGAL_CREATE_CMAKE_SCRIPT(1)      User Commands     CGAL_CREATE_CMAKE_SCRIPT(1)
2
3
4

NAME

6       cgal_create_cmake_script - create a cmake script for applications using
7       CGAL
8

SYNOPSIS

10       cgal_create_cmake_script [example|demo|test]
11

DESCRIPTION

13       The script cgal_create_cmake_script allows the simple creation of cmake
14       scripts  for  applications  which  use  the CGAL library. The parameter
15       selects one of three script types, the default type is example.
16

OPTIONS

18       example
19              Create a cmake script for several simple  applications.  Each  C
20              and  cpp file in the current directory containing a main() func‐
21              tion is compiled and linked as a separate executable.
22
23       demo   Create a cmake script for a  single  application  including  Qt3
24              support.  All  C and cpp files in the current directory are com‐
25              piled and linked into one executable.
26
27       test   Create a cmake script that is suited for the testsuite  used  by
28              the CGAL developers.
29

AUTHOR

31       The CGAL project (http://www.cgal.org/).
32

REPORTING BUGS

34       Report      bugs      to     <cgal-discuss@lists-sop.inria.fr>     (see
35       http://www.cgal.org/ for further instructions).
36

SEE ALSO

38       The full documentation for CGAL is available at http://www.cgal.org/ in
39       PDF and HTML format.
40
41
42
43CGAL 3.6                          March 2010       CGAL_CREATE_CMAKE_SCRIPT(1)
Impressum