ImageOptim / libimagequant

Palette quantization library that powers pngquant and other PNG optimizers
https://pngquant.org/lib
Other
780 stars 132 forks source link

buildsys: improve CMakeLists.txt #53

Closed leleliu008 closed 3 years ago

leleliu008 commented 3 years ago
  1. removed BUILD_SHARED_LIBS option, beacuse we generate both static and shared library.

  2. modified imagequant.pc.in, changed from PREFIX to @PREFIX@, changed from VERSION to @VERSION@, beacuse @VAR@ can be replaced by CMake's configure_file command.

  3. support install target

kornelski commented 3 years ago

Thank you

leleliu008 commented 3 years ago

it's my pleasure.