- moved configuration stuff from src to top level cmake file
- building static library task and using it for building task binary
- the static library will then be used as well in the unit tests
This commit is contained in:
Federico Hernandez 2011-01-02 23:45:25 +01:00
parent 101bc8045b
commit 51fd0afade
3 changed files with 55 additions and 55 deletions

1
.gitignore vendored
View file

@ -6,6 +6,7 @@ config.status
src/.deps
src/Makefile
*/*task
*/*libtask.a
stamp-h1
Makefile
Makefile.in