+ added dependecies

+ added oxygen docs building
+ added versioning
* some optimization
This commit is contained in:
arcan1s
2014-01-26 06:17:14 +04:00
parent b7b627fba5
commit 38eb392e32
41 changed files with 2459 additions and 270 deletions

12
mathmech/version.h.in Normal file
View File

@ -0,0 +1,12 @@
/**
* @file
*/
#ifndef VERSION_H
#define VERSION_H
#ifndef PROJ_VERSION
#define PROJ_VERSION "@PROJECT_VERSION@"
#endif /* PROJ_VERSION */
#endif /* VERSION_H */