mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-24 01:09:20 -07:00
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
294 B
Plaintext
14 lines
294 B
Plaintext
prefix=@CMAKE_INSTALL_PREFIX@
|
|
exec_prefix=@CMAKE_INSTALL_PREFIX@
|
|
libdir=@INSTALL_LIB_DIR@
|
|
sharedlibdir=@INSTALL_LIB_DIR@
|
|
includedir=@INSTALL_INC_DIR@
|
|
|
|
Name: zlib
|
|
Description: zlib compression library
|
|
Version: @VERSION@
|
|
|
|
Requires:
|
|
Libs: -L${libdir} -L${sharedlibdir} -lz
|
|
Cflags: -I${includedir}
|