Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-10 | CMake: Cache CURRENT_VENDOR and make it configurable | Julian Andres Klode | |
Cache the current vendor, so we do not have to rerun getinfo when reconfiguring stuff. This also has the nice effect of making the vendor configurable, so you can manually specify it on a platform that might not have dpkg (not that building without dpkg works yet). Gbp-Dch: ignore | |||
2016-08-06 | CMake: Add basic CMake build system | Julian Andres Klode | |
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. |