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

6 lines
227 B
CMake
Executable File

# 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 )