Adding skeleton

This commit is contained in:
Dynamitos
2024-04-22 12:47:05 +02:00
parent ad8f30f26e
commit 3895fbb3d3
19 changed files with 491 additions and 35 deletions
+8
View File
@@ -0,0 +1,8 @@
target_sources(MeshShadingDemo
PUBLIC
Define.h
MeshShadingDemoGame.h
MeshShadingDemoGame.cpp)
add_subdirectory(Actor/)
add_subdirectory(System/)