~thopiekar/zypper/libzypp-manual-import

« back to all changes in this revision

Viewing changes to tools/migrate-sources/CMakeLists.txt

  • Committer: Thomas-Karl Pietrowski
  • Date: 2014-01-29 22:44:28 UTC
  • Revision ID: thopiekar@googlemail.com-20140129224428-gpcqnsdakby362n8
firstĀ import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 )
 
 
b'\\ No newline at end of file'