external: add miniz v2.2.0 with self written CMakeLists.txt

Sources downloaded from https://github.com/richgel999/miniz/releases/tag/2.2.0
This commit is contained in:
Reinhold Gschweicher
2022-08-22 22:18:49 +02:00
parent 6e423c9a48
commit 9841601106
13 changed files with 10471 additions and 0 deletions

6
external/miniz/CMakeLists.txt vendored Normal file
View File

@@ -0,0 +1,6 @@
add_library(miniz STATIC
miniz.h
miniz.c
)
target_include_directories(miniz PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}")