【发布时间】:2022-10-08 00:12:49
【问题描述】:
我正在建立一个图书馆一个文件需要额外的包含路径。有没有办法调整单个文件编译的包含路径?
bld(features="cxx cxxshlib",
source=[so, many, files, from an ant_glob],
includes=[Some path that's really only needed for one interface file])
我也会对基于use 的解决方案感到满意。
【问题讨论】: