1
0
Fork 0
mirror of https://github.com/AquariaOSE/Aquaria.git synced 2025-01-25 01:36:38 +00:00

possible link fix for cmake build but not sure

This commit is contained in:
fgenesis 2016-10-04 00:08:03 +02:00
parent b9d7d3e9fe
commit a3d5d63eed

View file

@ -546,6 +546,10 @@ SET(PNG_SRCS
${PNGDIR}/pngrutil.c
${PNGDIR}/pngset.c
${PNGDIR}/pngtrans.c
${PNGDIR}/pngwio.c
${PNGDIR}/pngwrite.c
${PNGDIR}/pngwtran.c
${PNGDIR}/pngwutil.c
)
IF(CMAKE_COMPILER_IS_GNUCC OR CMAKE_COMPILER_IS_GNUCXX)