aboutsummaryrefslogtreecommitdiff
path: root/include/Linker.hpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-01-05 05:27:17 +0100
committerdec05eba <dec05eba@protonmail.com>2018-01-05 05:27:22 +0100
commitcf160bdab6595e9888f23bf9df0cf03613068240 (patch)
tree28c7e3c4d811dad4eb6547b37e8b3a438c366ea2 /include/Linker.hpp
parenta548abb5a6a83c9318e9db3cf71170a7610e2758 (diff)
Get cflags from pkg config dependency
Diffstat (limited to 'include/Linker.hpp')
-rw-r--r--include/Linker.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/Linker.hpp b/include/Linker.hpp
index 90bebe2..acf31e4 100644
--- a/include/Linker.hpp
+++ b/include/Linker.hpp
@@ -7,6 +7,7 @@ namespace sibs
{
using LinkerFlagCallbackFunc = std::function<void(const std::string&)>;
using GlobalIncludeDirCallbackFunc = std::function<void(const std::string&)>;
+ using CflagsCallbackFunc = std::function<void(const std::string&)>;
}
#endif //SIBS_LINKER_HPP