mirror of
https://github.com/CPunch/Cosmo.git
synced 2025-11-06 07:30:19 +00:00
Added CMake support
should make integration into visual studio easier for people
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user