aboutsummaryrefslogtreecommitdiff
path: root/include/Linker.hpp
blob: 7ea7b4822ced46b5efc9949a95f8f0c9a930d4be (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef SIBS_LINKER_HPP
#define SIBS_LINKER_HPP

#include <functional>

namespace sibs
{
    using LinkerFlagCallbackFunc = std::function<void(const std::string&)>;
}

#endif //SIBS_LINKER_HPP