Skip to content

Commit

Permalink
Build: switched to cmake as build system
Browse files Browse the repository at this point in the history
Bareos now uses cmake as build system instead of
the old autotools system.

All c++ files were renamed to *.cc so that it is clear
which files need to be compiled wit the c compiler and
which ones need to be compiled with the c++ compiler.

Switching to cmake saved us 78277 lines of code while only
adding 4983 lines of code.

The build system is much clearer with cmake and the builds
also build faster than before.

Thank you to the people at Kitware for creating cmake!
  • Loading branch information
pstorz committed Dec 20, 2017
1 parent 9c24f24 commit 3396f34
Show file tree
Hide file tree
Showing 513 changed files with 5,328 additions and 78,131 deletions.
572 changes: 572 additions & 0 deletions CMakeLists.txt

Large diffs are not rendered by default.

248 changes: 0 additions & 248 deletions GNUmakefile.in

This file was deleted.

0 comments on commit 3396f34

Please sign in to comment.