meson-build Questions
1
Solved
I have a new meson project with 58 targets. Many of them use the same *.cc files, and meson builds each *.cc file once for each target, which is much slower than autotools. Also, the compile flags ...
Winner asked 8/12, 2017 at 12:18
1
Solved
I am trying to build custom gst-plugin which has third party library dependency.
With cc.find_library and dirs option (takes absolute path) I am able to build the setup.
But I want to include the...
Footpoundsecond asked 6/11, 2017 at 10:19
2
I am using meson in a couple of C projects (projectA and projectB), where projectB links to a library from projectA. In projectA/meson.build, I have written a pkg-config projectA.pc file using meso...
Ealing asked 9/8, 2017 at 18:28
1
I have an issue with the generation of makefiles stage of CMake being slow which is similar to this unanswered question:
CMake is slow to generate makefiles
My project is made up of a top level C...
Mendacious asked 16/2, 2016 at 15:47
1
Is the directory return by meson.source_root() the project root directory (with the root level meson.build file) or is it the path of the current meson.build file being processed?
Transpolar asked 23/12, 2015 at 21:14
© 2022 - 2024 — McMap. All rights reserved.