1CGAL_CREATE_CMAKE_SCRIPT(1) User Commands CGAL_CREATE_CMAKE_SCRIPT(1)
2
3
4
6 cgal_create_cmake_script - create a cmake script for applications using
7 CGAL
8
10 cgal_create_cmake_script [example|demo|test]
11
13 The script cgal_create_cmake_script allows the simple creation of cmake
14 scripts for applications which use the CGAL library. The parameter se‐
15 lects one of three script types, the default type is example.
16
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. All C and cpp
24 files in the current directory are compiled and linked into one
25 executable.
26
27 test Create a cmake script that is suited for the testsuite used by
28 the CGAL developers.
29
31 The CGAL project (https://www.cgal.org/).
32
34 Report bugs to <cgal-discuss@inria.fr> (see https://www.cgal.org/ for
35 further instructions).
36
38 The full documentation for CGAL is available at https://www.cgal.org/
39 in PDF and HTML format.
40
41
42
43CGAL 5.6 July 2023 CGAL_CREATE_CMAKE_SCRIPT(1)