#ifndef SIBS_PACKAGE_HPP #define SIBS_PACKAGE_HPP namespace sibs { enum class PackageType : int { EXECUTABLE, LIBRARY }; } #endif //SIBS_PACKAGE_HPP