5 #include "sourcefile.h"
8 Represents a C or C++ source file.
10 class CSourceFile: public SourceFile
16 CSourceFile(Builder &, const Msp::FS::Path &);
17 CSourceFile(Builder &, const Component &, const Msp::FS::Path &);
19 virtual const char *get_type() const { return "CSourceFile"; }
20 const StringList &get_includes() const { return includes; }
22 virtual void find_dependencies();