Skip to content

Commit

Permalink
install zypp-glib to library location
Browse files Browse the repository at this point in the history
  • Loading branch information
jreidinger authored and bzeller committed Sep 19, 2024
1 parent a0300b9 commit 9e5ce29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions zypp-glib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ TARGET_LINK_LIBRARIES( zypp-glib zypp-allsym )
target_link_libraries( zypp-glib ${LIBGOBJECT_LIBRARIES} )
#target_link_libraries( zypp-glib ${LIBGIO_LIBRARIES} )

INSTALL(TARGETS zypp-glib LIBRARY DESTINATION ${LIB_INSTALL_DIR} )

INCLUDE(GenerateExportHeader)
message("Exporting experimental libzypp-ng API")
GENERATE_EXPORT_HEADER(
Expand Down

0 comments on commit 9e5ce29

Please sign in to comment.