Skip to content

Instantly share code, notes, and snippets.

View sloriot's full-sized avatar

Sebastien Loriot sloriot

  • GeometryFactory
View GitHub Profile
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.
cmake_minimum_required(VERSION 3.1...3.13)
project( data )
# CGAL and its components
find_package( CGAL REQUIRED QUIET OPTIONAL_COMPONENTS )