Counter Strike : Global Offensive Source Code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
209 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@/libpng15
  5. Name: libpng
  6. Description: Loads and saves PNG files
  7. Version: 1.5.2
  8. Libs: -L${libdir} -lpng15
  9. Cflags: -I${includedir}