cgal/STL_Extension/benchmark/copy_n_benchmark/CMakeLists.txt

14 lines
387 B
CMake

# 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.20)
project(copy_n_benchmark_example)
find_package(CGAL REQUIRED COMPONENTS Core)
include(${CGAL_USE_FILE})
create_single_source_cgal_program("copy_n_benchmark.cpp")
create_single_source_cgal_program("copy_n_use_case_benchmark.cpp")