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:
parent
acdc2ff360
commit
d0ccb3a6b6
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user