diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-09-20 20:25:40 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:33 +0200 |
commit | 9dd940a47e99becff4213e0abe38799da47771ac (patch) | |
tree | 93ede37274f69ac440094f11d144a3bd16b4d8f3 /include | |
parent | 3f117ba513d7f8ec8244103174f8635df7bd379b (diff) |
Add zig support (still primitive)
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 |