mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@CMAKE_INSTALL_LIBDIR@
|
|
sharedlibdir=@CMAKE_INSTALL_LIBDIR@
|
|
includedir=@CMAKE_INSTALL_INCDIR@
|
|
|
|
Name: polyclipping
|
|
Description: polygon clipping library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lpolyclipping
|
|
Cflags: -I${includedir}
|