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 7ea7b48..90bebe2 100644
--- a/include/Linker.hpp
+++ b/include/Linker.hpp
@@ -6,6 +6,7 @@
namespace sibs
{
using LinkerFlagCallbackFunc = std::function<void(const std::string&)>;
+ using GlobalIncludeDirCallbackFunc = std::function<void(const std::string&)>;
}
#endif //SIBS_LINKER_HPP