mirror of https://github.com/CGAL/cgal
move to benchmark
This commit is contained in:
parent
5aecb82f7b
commit
51490546c1
|
|
@ -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" )
|
||||
|
||||
Loading…
Reference in New Issue