mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-06-09 22:02:10 +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:
@@ -30,7 +30,7 @@
|
||||
#include <boost/process/env.hpp>
|
||||
|
||||
// Generated inside of the build directory
|
||||
#include <src/common/config/config.h>
|
||||
#include <config.h>
|
||||
|
||||
#include "../common/configuration.h"
|
||||
#include "../common/utils.h"
|
||||
|
||||
Reference in New Issue
Block a user