Meson instead of Make
Some checks failed
Deploy documentation / deploy (push) Has been cancelled

This commit is contained in:
2026-01-13 13:18:37 +03:00
parent 2cd45c0750
commit 210a689cee
22 changed files with 240 additions and 450 deletions

View File

@ -1,6 +1,5 @@
#pragma once
#include <cstdint>
#include <exception>
#include <source_location>
#include <string>
@ -41,4 +40,4 @@ namespace basen
Code _code;
std::string _what;
};
}
}

1
include/meson.build Normal file
View File

@ -0,0 +1 @@
install_subdir('.', install_dir: 'include', exclude_files: ['meson.build'])