aboutsummaryrefslogtreecommitdiff
path: root/include/Linker.hpp
diff options
context:
space:
mode:
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