Add template files
This commit is contained in:
8
tpl/version.hpp
Normal file
8
tpl/version.hpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef {PROJECT}_VERSION_H_
|
||||
#define {PROJECT}_VERSION_H_
|
||||
|
||||
#include <string>
|
||||
|
||||
std::string {PROJECT}_version();
|
||||
|
||||
#endif // {PROJECT}_VERSION_H_
|
Reference in New Issue
Block a user