Files
cgal/Installation/cmake/modules/UseOpenMesh.cmake
T
2014-07-04 17:24:06 +02:00

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 )