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.

11 lines
293 B

  1. prefix=@prefix@
  2. exec_prefix=@exec_prefix@
  3. libdir=@libdir@
  4. includedir=@includedir@/libpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
  5. Name: libpng
  6. Description: Loads and saves PNG files
  7. Version: @PNGLIB_VERSION@
  8. Libs: -L${libdir} -lpng@PNGLIB_MAJOR@@PNGLIB_MINOR@
  9. Libs.private: @LIBS@
  10. Cflags: -I${includedir}