diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-09 15:37:06 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-09 15:37:06 +0200 |
commit | 242b03bc8da841a9527ad845eb60275008155afb (patch) | |
tree | ca36edb74ccfe34662c8a2b1c72295df77b50254 /LanguageSettings.h | |
parent | 7dabda20e11138f2235b12271d569cd3256ebf3a (diff) |
Run tests
Diffstat (limited to 'LanguageSettings.h')
-rw-r--r-- | LanguageSettings.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/LanguageSettings.h b/LanguageSettings.h index 97519e3..0b4701c 100644 --- a/LanguageSettings.h +++ b/LanguageSettings.h @@ -9,7 +9,9 @@ class LanguageSettings public: LanguageSettings(); - std::string getCompileCommand(const std::filesystem::path& target, const std::filesystem::path &source) const; + std::string getCompileCommand(const std::filesystem::path& target, + const std::filesystem::path &source, + const std::vector<std::filesystem::path>& includepaths) const; std::string getLinkCommand(const std::filesystem::path& target, const std::vector<std::filesystem::path> &inputs, const std::vector<std::string>& link_libs) const; |