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

@@ -7,6 +7,7 @@
#include "cvm.h"
#include <string.h>
#include <stdarg.h>
// we define all of this here because we only need it in this file, no need for it to be in the header /shrug