update 3rdparty libs

This commit is contained in:
InoriRus
2022-09-16 14:43:43 +10:00
parent e66461427e
commit 407e141f5d
1660 changed files with 299096 additions and 26412 deletions
+22
View File
@@ -0,0 +1,22 @@
file(GLOB miniz_src
"src/*.c"
)
add_library(miniz STATIC ${miniz_src})
target_compile_definitions(miniz PRIVATE MINIZ_NO_STDIO MINIZ_NO_MALLOC)
if (MINGW)
endif()
if (MSVC)
endif()
if (ANDROID)
#target_compile_options(lua PRIVATE -Wno-deprecated-declarations)
endif()