mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-16 15:20:00 +00:00
+ added dependecies
+ added oxygen docs building + added versioning * some optimization
This commit is contained in:
12
mathmech/version.h.in
Normal file
12
mathmech/version.h.in
Normal 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 */
|
Reference in New Issue
Block a user