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

@@ -6,6 +6,7 @@
#include "clex.h"
#include <string.h>
#include <stdarg.h>
// we don't actually hash the whole string :eyes:
uint32_t hashString(const char *str, size_t sz) {