Implemented basic game dll interaction
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user