add support for vipakfile

This commit is contained in:
Antranig Vartanian 2025-06-18 13:59:22 +04:00
parent 052d41505e
commit a48b23a8db
No known key found for this signature in database
GPG key ID: DE3998662D59F21C
2 changed files with 16 additions and 1 deletions

15
vipakfile Normal file
View file

@ -0,0 +1,15 @@
NAME = SemVer
VERSION = 0.1.0
AUTHOR = Antranig Vartanian <antranig@vartanian.am>
LICENSE = BSD-2-Clause
DEPS =
RUN =
MAIN =
BUILD = %projdir%/src/SemVer.Mod
TEST_RUN = ./SemVerTest
TEST_MAIN = %projdir%/tests/SemVerTest.Mod
TEST =