浏览代码

Access compile rules of a compile_file_plan

default_compile_flags
vector-of-bool 5 年前
父节点
当前提交
b2198488aa
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/dds/build/plan/compile_file.hpp

+ 1
- 0
src/dds/build/plan/compile_file.hpp 查看文件

@@ -60,6 +60,7 @@ public:

const source_file& source() const noexcept { return _source; }
path_ref source_path() const noexcept { return _source.path; }
auto& rules() const noexcept { return _rules; }

fs::path calc_object_file_path(build_env_ref env) const noexcept;
std::optional<deps_info> compile(build_env_ref) const;

正在加载...
取消
保存