mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-21 15:51:10 -06:00
Unneccessary AGG sources removed. Added libpng and zlib sources and static build in cmake.
This commit is contained in:
parent
6b5c0073a7
commit
e6e078cbf7
377 changed files with 108760 additions and 31984 deletions
10
xs/src/png/libpng/scripts/libpng.pc.in
Normal file
10
xs/src/png/libpng/scripts/libpng.pc.in
Normal file
|
@ -0,0 +1,10 @@
|
|||
prefix=@prefix@
|
||||
exec_prefix=@exec_prefix@
|
||||
libdir=@libdir@
|
||||
includedir=@includedir@/libpng16
|
||||
|
||||
Name: libpng
|
||||
Description: Loads and saves PNG files
|
||||
Version: 1.6.34
|
||||
Libs: -L${libdir} -lpng16
|
||||
Cflags: -I${includedir}
|
Loading…
Add table
Add a link
Reference in a new issue