#ifndef SIBS_LINKER_HPP #define SIBS_LINKER_HPP #include namespace sibs { using LinkerFlagCallbackFunc = std::function; using GlobalIncludeDirCallbackFunc = std::function; using CflagsCallbackFunc = std::function; } #endif //SIBS_LINKER_HPP