dust3d/thirdparty/cgal/CGAL-5.1/cmake/modules/UseOpenMesh.cmake

6 lines
227 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 )