Closed leleliu008 closed 3 years ago
removed BUILD_SHARED_LIBS option, beacuse we generate both static and shared library.
BUILD_SHARED_LIBS
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.
imagequant.pc.in
PREFIX
@PREFIX@
VERSION
@VERSION@
@VAR@
configure_file
support install target
Thank you
it's my pleasure.
removed
BUILD_SHARED_LIBS
option, beacuse we generate both static and shared library.modified
imagequant.pc.in
, changed fromPREFIX
to@PREFIX@
, changed fromVERSION
to@VERSION@
, beacuse@VAR@
can be replaced by CMake'sconfigure_file
command.support install target