move to benchmark

This commit is contained in:
Sébastien Loriot 2021-04-10 07:03:19 +02:00
parent 5aecb82f7b
commit 51490546c1
2 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.
cmake_minimum_required(VERSION 3.1...3.14)
project( benchmark )
find_package(CGAL REQUIRED QUIET OPTIONAL_COMPONENTS Core )
include_directories (BEFORE "../include")
create_single_source_cgal_program( "cmp_epeck_points.cpp" )