PNG image read with libpng

This commit is contained in:
tamasmeszaros 2020-04-27 18:43:47 +02:00
parent 19e1d877aa
commit 2bcd36d155
6 changed files with 164 additions and 15 deletions

View file

@ -17,6 +17,8 @@ add_executable(${_TEST_NAME}_tests
test_marchingsquares.cpp
test_timeutils.cpp
test_voronoi.cpp
test_png_io.cpp
test_timeutils.cpp
)
if (TARGET OpenVDB::openvdb)