Kaynağa Gözat

Access compile rules of a compile_file_plan

default_compile_flags
vector-of-bool 5 yıl önce
ebeveyn
işleme
b2198488aa
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/dds/build/plan/compile_file.hpp

+ 1
- 0
src/dds/build/plan/compile_file.hpp Dosyayı Görüntüle

@@ -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;

Yükleniyor…
İptal
Kaydet