Skip to content

Commit f31bc91

Browse files
author
zhangjipeng
committed
fix build error
1 parent f0b7393 commit f31bc91

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/svg/svg.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ set(PXSVG_IMG_SOURCES
5454
add_library(${LIBX_SVG_IMAGE} ${PXSVG_IMG_SOURCES})
5555
install(TARGETS ${LIBX_SVG_IMAGE} LIBRARY DESTINATION lib/modules ARCHIVE DESTINATION lib/modules)
5656

57-
target_link_libraries(${LIBX_SVG_IMAGE} PUBLIC ${LIBX_SVG} ${IMAGEIO_LIBRARY})
57+
target_link_libraries(${LIBX_SVG_IMAGE} PUBLIC ${LIBX_SVG} ${IMAGEIO_LIBRARY} ${LIBX_COMMON} ${LIB_NAME})
5858

5959
set_target_properties(${LIBX_SVG_IMAGE}
6060
PROPERTIES

0 commit comments

Comments
 (0)