aboutsummaryrefslogtreecommitdiff
path: root/include/Package.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/Package.hpp')
-rw-r--r--include/Package.hpp13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/Package.hpp b/include/Package.hpp
new file mode 100644
index 0000000..130e987
--- /dev/null
+++ b/include/Package.hpp
@@ -0,0 +1,13 @@
+#ifndef SIBS_PACKAGE_HPP
+#define SIBS_PACKAGE_HPP
+
+namespace sibs
+{
+ enum class PackageType : int
+ {
+ EXECUTABLE,
+ LIBRARY
+ };
+}
+
+#endif //SIBS_PACKAGE_HPP