- add cmake support for building zypp/ lib.
authorDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 29 Nov 2006 18:17:17 +0000 (18:17 +0000)
committerDuncan Mac-Vicar P <dmacvicar@suse.de>
Wed, 29 Nov 2006 18:17:17 +0000 (18:17 +0000)
commitf89295e98d6892a31ae1d9754f0ce4a477ca7220
treeeb586d7fb41a1af5b7a28788e13c4ec2ca6142ce
parent8dc690a5c514102f38400c7b33326f02033f3a9e
- add cmake support for building zypp/ lib.
  part of the pilot plan agreed on the yast
  summit.

TODO:
- soinfo
- compile testcases, devel, zypp2, etc
- docs
- find rpm, curl and others. (I dont know why
  it works already)
37 files changed:
CMakeLists.txt [new file with mode: 0644]
cmake/modules/FindDbus.cmake [new file with mode: 0644]
cmake/modules/FindGettext.cmake [new file with mode: 0644]
cmake/modules/FindGlib.cmake [new file with mode: 0644]
cmake/modules/FindHal.cmake [new file with mode: 0644]
zypp/CMakeLists.txt [new file with mode: 0644]
zypp/base/CMakeLists.txt [new file with mode: 0644]
zypp/capability/CMakeLists.txt [new file with mode: 0644]
zypp/data/CMakeLists.txt [new file with mode: 0644]
zypp/detail/CMakeLists.txt [new file with mode: 0644]
zypp/media/CMakeLists.txt [new file with mode: 0644]
zypp/media/proxyinfo/CMakeLists.txt [new file with mode: 0644]
zypp/parser/CMakeLists.txt [new file with mode: 0644]
zypp/parser/tagfile/CMakeLists.txt [new file with mode: 0644]
zypp/parser/xmlstore/CMakeLists.txt [new file with mode: 0644]
zypp/parser/xmlstore/schema/CMakeLists.txt [new file with mode: 0644]
zypp/parser/yum/CMakeLists.txt [new file with mode: 0644]
zypp/parser/yum/schema/CMakeLists.txt [new file with mode: 0644]
zypp/parser/yum2/CMakeLists.txt [new file with mode: 0644]
zypp/pool/CMakeLists.txt [new file with mode: 0644]
zypp/solver/CMakeLists.txt [new file with mode: 0644]
zypp/solver/detail/CMakeLists.txt [new file with mode: 0644]
zypp/source/CMakeLists.txt [new file with mode: 0644]
zypp/source/plaindir/CMakeLists.txt [new file with mode: 0644]
zypp/source/susetags/CMakeLists.txt [new file with mode: 0644]
zypp/source/yum/CMakeLists.txt [new file with mode: 0644]
zypp/target/CMakeLists.txt [new file with mode: 0644]
zypp/target/hal/CMakeLists.txt [new file with mode: 0644]
zypp/target/modalias/CMakeLists.txt [new file with mode: 0644]
zypp/target/rpm/CMakeLists.txt [new file with mode: 0644]
zypp/target/store/CMakeLists.txt [new file with mode: 0644]
zypp/target/store/xml/CMakeLists.txt [new file with mode: 0644]
zypp/thread/CMakeLists.txt [new file with mode: 0644]
zypp/ui/CMakeLists.txt [new file with mode: 0644]
zypp/url/CMakeLists.txt [new file with mode: 0644]
zypp/zypp_detail/CMakeLists.txt [new file with mode: 0644]
zypp2/source/sqlite-source/Makefile.am