mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-18 09:14:27 +00:00
0558b53493
The XS was left only for the unit / integration tests, and it links libslic3r only. No wxWidgets are allowed to be used from Perl starting from now.
14 lines
254 B
Plaintext
14 lines
254 B
Plaintext
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
sharedlibdir=@sharedlibdir@
|
|
includedir=@includedir@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|