resolve merge conflicts of 3ffc2f2 to master
[platform/upstream/VK-GL-CTS.git] / external / zlib / CMakeLists.txt
index 26de7ab..f59e023 100644 (file)
@@ -64,6 +64,8 @@ if (DE_OS_IS_UNIX)
        add_definitions(-D_XOPEN_SOURCE=600)
 endif ()
 
+set(CMAKE_C_FLAGS ${DE_3RD_PARTY_C_FLAGS})
+
 add_library(z STATIC ${ZLIB_SRCS})
 
 set(ZLIB_INCLUDE_PATH  ${ZLIB_ABS_PATH}        PARENT_SCOPE)