diff --git a/CMakeLists.txt b/CMakeLists.txt index f0777a847..06090c874 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)