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:
@ -46,11 +46,7 @@
|
||||
#include "mu-options.hh"
|
||||
#include "mu-script.hh"
|
||||
|
||||
#ifdef USE_EMBEDDED_CLI11
|
||||
#include "CLI11.hpp"
|
||||
#else
|
||||
#include "CLI/CLI.hpp"
|
||||
#endif
|
||||
#include <CLI/CLI.hpp>
|
||||
|
||||
using namespace Mu;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user