commit | 5d10f7c5f10311ede4b1e44a804be57b50545d72 | [log] [tgz] |
---|---|---|
author | Claudio Bley <cbley@av-test.de> | Thu Mar 07 11:01:35 2013 -0600 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Thu Mar 07 11:01:35 2013 -0600 |
tree | 50d0e51a09c61a62818409688caa604a95ad49b8 | |
parent | aad05aa948a56caa23300fd21e70ad46ecb1d5c9 [diff] |
[libpng15] Fixed CMakelists.txt to allow building a single variant of the library (Claudio Bley): Introduced a PNG_LIB_TARGETS variable that lists all activated library targets. It is an error if this variable ends up empty, ie. you have to build at least one library variant. Made the *_COPY targets only depend on library targets actually being build. Use PNG_LIB_TARGETS to unify a code path.