meson icon indicating copy to clipboard operation
meson copied to clipboard

Feature request: subdir option for cmake module?

Open ethindp opened this issue 1 year ago • 0 comments

Would it be possible to add a subdir kwarg to cmake.subproject to specify where a project's CMakeLists.txt file is? This would greatly simplify using CMake projects that have non-conventional project structures. The idea is that subdir would take a path relative to the root of the extracted source tree, so even '.' could be used if you wanted to explicitly tell meson that the CMake project is at the root.

ethindp avatar Aug 26 '24 18:08 ethindp