Added CMake support

should make integration into visual studio easier for people
This commit is contained in:
2021-02-11 20:34:04 -06:00
parent bc43eaaa75
commit 2e07715a7d
6 changed files with 25 additions and 2 deletions

View File

@@ -33,7 +33,7 @@ CSRC=\
src/cvm.c\
src/cobj.c\
src/cbaselib.c\
src/main.c\
main.c\
COBJ=$(CSRC:.c=.o)