now it has crc checks and uncompression is good now
This commit is contained in:
parent
2fbdd1e43d
commit
a1f2a6d1af
4 changed files with 41 additions and 12 deletions
|
@ -4,7 +4,8 @@ project(lily_png)
|
|||
set(CMAKE_CXX_STANDARD 23)
|
||||
|
||||
add_subdirectory(file_reader)
|
||||
find_package(ZLIB)
|
||||
|
||||
add_library(lily_png STATIC lily_png.cpp)
|
||||
target_link_libraries(lily_png file_read ZLIB::ZLIB)
|
||||
|
||||
target_link_libraries(lily_png file_read)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue