Setup project structure for unified Makefile

This commit is contained in:
2024-09-19 16:32:58 +02:00
parent 9f232bcc52
commit 06c81c5d57
9 changed files with 175 additions and 0 deletions

8
src/version.hpp Normal file
View File

@ -0,0 +1,8 @@
#ifndef VERSION_H_
#define VERSION_H_
#include <string>
std::string {PROJECT}_version();
#endif // VERSION_H_