logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

cgal_create_cmake_script - create a cmake script for applications using CGAL

Author

       The CGAL project (https://www.cgal.org/).

Description

       The  script  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 example.

Name

       cgal_create_cmake_script - create a cmake script for applications using CGAL

Options

example
              Create a cmake script for several simple  applications.  Each  C  and  cpp  file  in  the  current
              directory containing a main() function is compiled and linked as a separate executable.

       demo   Create  a  cmake script for a single application. All C and cpp files in the current directory are
              compiled and linked into one executable.

       test   Create a cmake script that is suited for the testsuite used by the CGAL developers.

Reporting Bugs

       Report bugs to <cgal-discuss@inria.fr> (see https://www.cgal.org/ for further instructions).

See Also

       The full documentation for CGAL is available at https://www.cgal.org/ in PDF and HTML format.

CGAL 6.0.1                                        October 2024                       CGAL_CREATE_CMAKE_SCRIPT(1)

Synopsis

cgal_create_cmake_script[example|demo|test]

See Also