From f857007dbb6a0a26a6828017da64540eda452fbf Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 18 May 2024 16:31:14 +0200 Subject: Link different kinds of libs --- LanguageSettings.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'LanguageSettings.h') diff --git a/LanguageSettings.h b/LanguageSettings.h index 0378d81..83eaa09 100644 --- a/LanguageSettings.h +++ b/LanguageSettings.h @@ -10,13 +10,13 @@ public: LanguageSettings(); std::string getCompileCommand(const std::filesystem::path& target, - const std::filesystem::path &source, + const std::filesystem::path& source, const std::filesystem::path& build, const std::vector& includepaths) const; std::string getLinkCommand(const std::filesystem::path& target, - const std::vector &inputs, - const std::vector& link_libs) const; - std::string getDepCommand(const std::filesystem::path& target, const std::filesystem::path &source) const; + const std::vector& inputs, + const std::vector& link_libs) const; + std::string getDepCommand(const std::filesystem::path& target, const std::filesystem::path& source) const; private: std::string CXX; -- cgit v1.2.3