Implemented basic game dll interaction
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
target_sources(Engine
|
||||
PRIVATE
|
||||
EngineTypes.h
|
||||
Game.h
|
||||
MinimalEngine.h
|
||||
MinimalEngine.cpp)
|
||||
|
||||
target_sources(Engine
|
||||
PUBLIC FILE_SET HEADERS
|
||||
FILES
|
||||
Game.h
|
||||
EngineTypes.h
|
||||
MinimalEngine.h)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user