Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
meson.source_root() 返回的目录是项目根目录(带有根级别的 meson.build 文件)还是当前正在处理的 meson.build 文件的路径?
使用以下介子语法获得项目根目录:
meson.source_root()
可以使用以下介子语法获取当前源目录:
meson.current_source_dir()