From 242b03bc8da841a9527ad845eb60275008155afb Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 9 May 2024 15:37:06 +0200 Subject: Run tests --- LanguageSettings.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'LanguageSettings.h') 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& includepaths) const; std::string getLinkCommand(const std::filesystem::path& target, const std::vector &inputs, const std::vector& link_libs) const; -- cgit v1.2.3