build: use meson wraps instead of thirdparty/
Get rid of the "vendored" thirdparty/ libraries, instead rely on meson "wrap" subprojects.
This commit is contained in:
@ -28,7 +28,7 @@
|
||||
|
||||
#include <fmt/ostream.h>
|
||||
|
||||
#include <thirdparty/tabulate.hpp>
|
||||
#include <tabulate/table.hpp>
|
||||
|
||||
using namespace Mu;
|
||||
using namespace tabulate;
|
||||
|
||||
Reference in New Issue
Block a user