[CMake] fix critical webp init
This commit is contained in:
parent
56e8de6b16
commit
ac95449ff5
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@ endif()
|
|||
if(USE_TIFF)
|
||||
list(APPEND COMPILE_SRC tiff_reader.cpp)
|
||||
endif()
|
||||
if(USE_WEBP)
|
||||
list(APPEND COMPILE_SRC webp_reader.cpp)
|
||||
endif()
|
||||
|
||||
set(AGG_COMPILE_SRC
|
||||
../deps/agg/src/agg_arc.cpp
|
||||
|
|
Loading…
Reference in a new issue