]> git.saurik.com Git - apt.git/commit - CMake/apti18n.h.in
CMake: Add basic CMake build system
authorJulian Andres Klode <jak@debian.org>
Sat, 6 Aug 2016 19:03:43 +0000 (21:03 +0200)
committerJulian Andres Klode <jak@debian.org>
Sat, 6 Aug 2016 20:36:02 +0000 (22:36 +0200)
commitf3de2dbaf657f9040a4da448c57267de0fef7d33
treed3b44456dd66f619f29671d56589f0257e986d7a
parentcc1b834fe966d40206d148e1f27f0502463ac69f
CMake: Add basic CMake build system

Introduce an initial CMake buildsystem. This build system can build
a fully working apt system without translation or documentation.

The FindBerkelyDB module is from kdelibs, with some small adjustements
to also look in db5 directories.

Initial work on this CMake build system started in 2009, and was
resumed in August 2016.
14 files changed:
CMake/FindBerkeleyDB.cmake [new file with mode: 0644]
CMake/Misc.cmake [new file with mode: 0644]
CMake/apti18n.h.in [new file with mode: 0644]
CMake/config.h.in [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
README.cmake [new file with mode: 0644]
apt-inst/CMakeLists.txt [new file with mode: 0644]
apt-pkg/CMakeLists.txt [new file with mode: 0644]
apt-private/CMakeLists.txt [new file with mode: 0644]
cmdline/CMakeLists.txt [new file with mode: 0644]
dselect/CMakeLists.txt [new file with mode: 0644]
ftparchive/CMakeLists.txt [new file with mode: 0644]
methods/CMakeLists.txt [new file with mode: 0644]
vendor/CMakeLists.txt [new file with mode: 0644]