This is the command cgal_create_cmake_script that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
cgal_create_cmake_script - create a cmake script for applications using CGAL
SYNOPSIS
cgal_create_cmake_script [example|demo|test]
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.
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 including Qt3 support. 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.
Use cgal_create_cmake_script online using onworks.net services