mirror of https://github.com/CGAL/cgal
8 lines
398 B
CMake
8 lines
398 B
CMake
# This module setups the compiler for using the OpenMesh library.
|
|
# It assumes that find_package(OpenMesh) was already called.
|
|
|
|
include_directories ( ${OPENMESH_INCLUDE_DIR} )
|
|
add_definitions( -DNOMINMAX -D_USE_MATH_DEFINES )
|
|
|
|
message(DEPRECATION "This file UseOpenMesh.cmake is deprecated, and the imported target `CGAL::Eigen3_support` from CGAL_OpenMesh_support.cmake should be used instead.")
|