Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-17 | CMake: Document that the globs are expanded during CMake | Julian Andres Klode | |
This will avoid people from thinking that they have to do nothing when they change the set of files. Gbp-Dch: ignore | |||
2016-08-26 | CMake: Handle Berkeley DB on FreeBSD | Julian Andres Klode | |
The BSD systems still ship their own db.h with a historical BSD implementation, which is preferred by CMake, as it searches its default path first. We thus have to disable the DEFAULT_PATH for the search, unfortunately. We also need to pass the correct include directory to the target. Furthermore, on FreeBSD the library is called db-<VERSION>, so let's add db-5 to the list of allowed names. 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. |