From 99570d3fa5abf548d4e8e5e479d82ee66898b602 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 10 Dec 2017 04:05:20 +0100 Subject: Add support for recursive global lib dependencies --- include/GlobalLib.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/GlobalLib.hpp') diff --git a/include/GlobalLib.hpp b/include/GlobalLib.hpp index e5a9374..d5e21d1 100644 --- a/include/GlobalLib.hpp +++ b/include/GlobalLib.hpp @@ -2,6 +2,7 @@ #define SIBS_GLOBALLIB_HPP #include "Result.hpp" +#include "Linker.hpp" namespace sibs { @@ -9,7 +10,7 @@ namespace sibs { public: static Result validatePackageExists(const std::string &globalLibRootDir, const std::string &name); - static Result getDynamicLibsLinkerFlags(const std::string &globalLibRootDir, const std::string &name, const std::string &version); + static Result getStaticLibsLinkerFlags(const std::string &globalLibRootDir, const std::string &name, const std::string &version, LinkerFlagCallbackFunc linkerFlagCallbackFunc); }; } -- cgit v1.2.3