-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Move Meson build targets to top level directory (#530)
This makes the Meson build generate targets more closely to the CMake build. Instead of building targets in src/nanoarrow this makes it so it builds things in the build directory root The only exception is the "nanoarrow_config.h" file which gets built to `<build_directory>/src`. The CMake installation creates a separate `generated` directory, but Meson practically limits the structure of your build folder to how the `meson.build` files are laid out in source. We could create a `generated` directory in the source if we so cared, or alternately could try to change the include to `#include <nanoarrow/nanoarrow_config.>` for consistency with all other includes, placing that generated target in the same directory as the rest of the headers
- Loading branch information
Showing
4 changed files
with
237 additions
and
269 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.