Implemented basic game dll interaction

This commit is contained in:
Dynamitos
2023-01-29 18:58:59 +01:00
parent 2208ab438a
commit 0dce84459e
72 changed files with 1297 additions and 350 deletions
+7 -2
View File
@@ -1,11 +1,16 @@
target_sources(Engine
PRIVATE
ComponentSystem.h
Executor.h
Executor.cpp
SystemBase.h)
SystemBase.h
SystemGraph.h
SystemGraph.cpp)
target_sources(Engine
PUBLIC FILE_SET HEADERS
FILES
ComponentSystem.h
Executor.h
SystemBase.h)
SystemBase.h
SystemGraph.h)