[libpng16] CHange "ASM C" to "C ASM" in CMakelists.txt

This commit is contained in:
Glenn Randers-Pehrson 2017-12-17 17:49:26 -06:00
parent d532334ef5
commit f07b985ddb

View File

@ -31,7 +31,7 @@ endif(POLICY CMP0054)
set(CMAKE_CONFIGURATION_TYPES "Release;Debug;MinSizeRel;RelWithDebInfo")
project(libpng ASM C)
project(libpng C ASM)
enable_testing()
set(PNGLIB_MAJOR 1)