1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-03-23 02:50:08 +03:00

Add xmlcatalog and xmllint to CMake export

This commit is contained in:
Markus Rickert 2020-12-06 17:25:52 +01:00 committed by Nick Wellnhofer
parent acdc2ff360
commit d0ccb3a6b6

View File

@ -528,7 +528,7 @@ if(LIBXML2_WITH_PROGRAMS)
if(HAVE_LIBREADLINE)
target_link_libraries(${PROGRAM} readline)
endif()
install(TARGETS ${PROGRAM} RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT programs)
install(TARGETS ${PROGRAM} EXPORT LibXml2 RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR} COMPONENT programs)
endforeach()
endif()