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 33da88a18a
commit fdd0d19308
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)