Files
openmesh/openmesh.pc.in
Jan Möbius 6302f46f65 - Support building on FreeBSD
- Generate OpenMeshConfig.cmake

Thanks to Thibault Payet for the patch
2019-04-09 07:45:54 +02:00

12 lines
256 B
PkgConfig

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}