tools zypp-pubkey: simple prog to list info about all gpg-pubkeys in the rpm database
[platform/upstream/libzypp.git] / tools / migrate-sources / CMakeLists.txt
1 SET( migrate_SRCS
2 migrate-sources.cc
3 )
4
5 ADD_EXECUTABLE( zypp-migrate-sources ${migrate_SRCS} )
6 TARGET_LINK_LIBRARIES( zypp-migrate-sources zypp )
7 TARGET_LINK_LIBRARIES( zypp-migrate-sources xml2 )
8
9 INSTALL(TARGETS zypp-migrate-sources RUNTIME DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/zypp )