mirror of
https://github.com/webmproject/libwebp.git
synced 2025-04-18 14:56:47 +02:00
CMake: only use libwebpdecoder for building dwebp
Change-Id: Ia972c063711529d1e9a7fa79cf250d0764840e6f
This commit is contained in:
parent
1b0e4abf08
commit
e0012bea23
@ -167,7 +167,7 @@ if(WEBP_BUILD_DWEBP)
|
|||||||
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/examples "DWEBP_SRCS"
|
parse_Makefile_am(${CMAKE_CURRENT_SOURCE_DIR}/examples "DWEBP_SRCS"
|
||||||
"dwebp")
|
"dwebp")
|
||||||
add_executable(dwebp ${DWEBP_SRCS})
|
add_executable(dwebp ${DWEBP_SRCS})
|
||||||
target_link_libraries(dwebp exampleutil imagedec imageenc webp)
|
target_link_libraries(dwebp exampleutil imagedec imageenc webpdecoder)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(WEBP_BUILD_CWEBP)
|
if(WEBP_BUILD_CWEBP)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user