mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-07 20:10:13 +02:00
Move most of the Meson build to subdirectories
We sadly cannot call `shared_library()` and `executable()` in these subdirectories while still maintaining the same `build/` directory structure, but this is still much cleaner. All of the other build artifacts are now also gone from the root of `build/` so it's cleaner overall.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include <public.sdk/source/vst/utility/stringconvert.h>
|
||||
|
||||
#include "src/common/serialization/vst3.h"
|
||||
#include "../serialization/vst3.h"
|
||||
|
||||
/**
|
||||
* Format a `YaBStream` object as a string so we don't have to repeat this
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "event-list.h"
|
||||
|
||||
#include "src/common/utils.h"
|
||||
#include "../../utils.h"
|
||||
|
||||
YaDataEvent::YaDataEvent() noexcept {}
|
||||
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
#include "process-data.h"
|
||||
|
||||
#include "src/common/utils.h"
|
||||
#include "../../utils.h"
|
||||
|
||||
YaProcessData::YaProcessData() noexcept
|
||||
// This response object acts as an optimization. It stores pointers to the
|
||||
|
||||
Reference in New Issue
Block a user