Setup project structure for unified Makefile
This commit is contained in:
8
src/version.hpp
Normal file
8
src/version.hpp
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef VERSION_H_
|
||||
#define VERSION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string {PROJECT}_version();
|
||||
|
||||
#endif // VERSION_H_
|
Reference in New Issue
Block a user