initial version of a repository migrator
[platform/upstream/libzypp.git] / tools / migrate-sources / CMakeLists.txt
1 SET( migrate_SRCS
2 migrate-sources.cc
3 )
4
5 ADD_EXECUTABLE( migrate-sources ${migrate_SRCS} )
6 TARGET_LINK_LIBRARIES( migrate-sources zypp )
7 TARGET_LINK_LIBRARIES( migrate-sources xml2 )