File: CMakeLists.txt

package info (click to toggle)
cgal 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 141,840 kB
  • sloc: cpp: 797,081; ansic: 203,398; sh: 490; python: 411; makefile: 286; javascript: 174
file content (12 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.

cmake_minimum_required(VERSION 3.12...3.29)

project(BGL_graphcut_Examples)

# CGAL and its components
find_package(CGAL REQUIRED)

create_single_source_cgal_program("alpha_expansion_example.cpp")
create_single_source_cgal_program("face_selection_borders_regularization_example.cpp")