v0.15.0
Loading...
Searching...
No Matches
FindiMesh.cmake
Go to the documentation of this file.
1# - Try to find MESHKIT
2
3# If unset, try environment
4
5find_library(iMESH_LIBRARY NAMES iMesh PATHS "${MOAB_DIR}/lib")
6message(STATUS ${iMESH_LIBRARY})
7
8
9
10