You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
382 B
Plaintext
13 lines
382 B
Plaintext
|
1 month ago
|
prefix=@CMAKE_INSTALL_PREFIX@
|
||
|
|
exec_prefix=${prefix}
|
||
|
|
libdir=@CMAKE_INSTALL_FULL_LIBDIR@
|
||
|
|
includedir=@CMAKE_INSTALL_FULL_INCLUDEDIR@
|
||
|
|
|
||
|
|
Name: Clipper2@PCFILE_LIB_SUFFIX@
|
||
|
|
Description: A Polygon Clipping and Offsetting library in C++
|
||
|
|
Version: @PROJECT_VERSION@
|
||
|
|
URL: https://github.com/AngusJohnson/Clipper2
|
||
|
|
Requires:
|
||
|
|
Libs: -L${libdir} -lClipper2@PCFILE_LIB_SUFFIX@
|
||
|
|
Cflags: -I${includedir}
|