# Created by the script cgal_create_cmake_script
# This is the CMake script for compiling a CGAL application.

cmake_minimum_required(VERSION 3.12...3.29)
project(Set_movable_separability_2_Tests)

if(RUNNING_CGAL_AUTO_TEST OR CGAL_TEST_SUITE)
  # Just to avoid a warning from CMake when that variable is set on the command line...
endif()
if(CGAL_DIR)
  # Just to avoid a warning from CMake when that variable is set on the command line...
endif()

find_package(CGAL REQUIRED)

create_single_source_cgal_program("test_top_edges_single_mold_trans_cast.cpp")
create_single_source_cgal_program("test_is_pullout_directions_single_mold_trans_cast.cpp")
