- Support building on FreeBSD

- Generate OpenMeshConfig.cmake

Thanks to Thibault Payet for the patch
This commit is contained in:
Jan Möbius
2019-04-09 07:45:54 +02:00
parent 6d2b8b8b80
commit 6302f46f65
6 changed files with 171 additions and 122 deletions

11
openmesh.pc.in Normal file
View File

@@ -0,0 +1,11 @@
prefix=@DEST_DIR@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include
Name: libOpenMesh
Description: OpenMesh library
Version: @OPENMESH_VERSION_MAJOR@.@OPENMESH_VERSION_MINOR@
Libs: -L${libdir} @PRIVATE_LIBS@
Cflags: -I${includedir}