diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/Conf.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/Conf.hpp b/include/Conf.hpp index 1d714b6..278acf2 100644 --- a/include/Conf.hpp +++ b/include/Conf.hpp @@ -144,7 +144,8 @@ namespace sibs { NONE, C, - CPP + CPP, + ZIG }; struct SourceFile |