summaryrefslogtreecommitdiff
path: root/cmake/GitVersionGen.cmake
Commit message (Collapse)AuthorAgeFilesLines
* build: Add patchlevel to versionDimitri Staessens2018-01-101-2/+6
| | | | | | | This adds a patchlevel to the Ouroboros version. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>
* build: Simplify GitVersionGenSander Vrijders2017-08-101-7/+0
| | | | | This simplifies the macro GitVersionGen so that it doesn't need to rely on the sort executable.
* build: Format CMakeLists.txt filesSander Vrijders2017-03-031-29/+29
| | | | The CMakeLists files are now properly indented.
* Initial build infrastructureSander Vrijders2016-02-111-0/+43
Contains the initial build infrastructure. Cmake was chosen for portability reasons.