Skip to content

Commit 960053d

Browse files
committed
Update pch_api.h
1 parent 8feff41 commit 960053d

File tree

1 file changed

+5
-0
lines changed
  • buildcc/lib/target/include/target/api

1 file changed

+5
-0
lines changed

buildcc/lib/target/include/target/api/pch_api.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@ namespace fs = std::filesystem;
2323

2424
namespace buildcc::base {
2525

26+
// Requires
27+
// - TargetStorer
28+
// - TargetState
29+
// - TargetConfig
30+
// - TargetEnv
2631
template <typename T> class PchApi {
2732
public:
2833
void AddPch(const fs::path &relative_filename,

0 commit comments

Comments
 (0)