configure wrapper script and top-level Makefile: closes #5143
This introduces a configure script that automates the basic task of setting up a CMake build directory. It also uses a top-level Makefile (which the configure script generates, to prevent running it until configure has executed) which does the build and copies the final executables into the root of the source tree.
This commit is contained in:
parent
78ecc0f754
commit
b87fe2967a
4 changed files with 135 additions and 6 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -1,10 +1,10 @@
|
|||
*~
|
||||
.lock-wafbuild
|
||||
.valencia
|
||||
.waf-*
|
||||
/Makefile
|
||||
/.stamp
|
||||
build/
|
||||
/console
|
||||
/geary
|
||||
/norman
|
||||
/theseus
|
||||
/gearyd
|
||||
/geary-mailer
|
||||
/geary-console
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue