Initial win32 webserver

This commit is contained in:
jmsgrogan 2023-01-09 08:01:37 +00:00
parent 39422838b7
commit af50eea208
13 changed files with 661 additions and 5 deletions

View file

@ -23,6 +23,8 @@ list(APPEND mesh_LIB_INCLUDES
MeshPrimitives.h
MeshBuilder.cpp
MeshBuilder.h
MeshObjWriter.h
MeshObjWriter.cpp
)