Enable strict C99 for non-VS compilers

This commit is contained in:
Camilla Löwy 2019-12-15 17:37:42 +01:00
parent da3f20d860
commit bc3be40f21

View File

@ -87,6 +87,7 @@ set_target_properties(glfw PROPERTIES
SOVERSION ${GLFW_VERSION_MAJOR}
POSITION_INDEPENDENT_CODE ON
C_STANDARD 99
C_EXTENSIONS OFF
DEFINE_SYMBOL _GLFW_BUILD_DLL
FOLDER "GLFW3")