Change build system to meson

This commit is contained in:
2022-11-08 19:15:16 +01:00
parent a059df7f67
commit 37b6553e48
17 changed files with 208 additions and 118 deletions

View File

@@ -5,8 +5,8 @@
namespace ptprnt::driver {
struct info {
std::string name{""};
std::string version{""};
std::string name{""};
std::string version{""};
};
}
} // namespace ptprnt::driver