summaryrefslogtreecommitdiffhomepage
path: root/LanguageSettings.h
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2024-05-09 15:37:06 +0200
committerRoland Reichwein <mail@reichwein.it>2024-05-09 15:37:06 +0200
commit242b03bc8da841a9527ad845eb60275008155afb (patch)
treeca36edb74ccfe34662c8a2b1c72295df77b50254 /LanguageSettings.h
parent7dabda20e11138f2235b12271d569cd3256ebf3a (diff)
Run tests
Diffstat (limited to 'LanguageSettings.h')
-rw-r--r--LanguageSettings.h4
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;