14 lines
264 B
CMake
14 lines
264 B
CMake
target_sources(Engine
|
|
PRIVATE
|
|
Enums.h
|
|
Enums.mm
|
|
Graphics.h
|
|
Graphics.mm
|
|
PrivateImpl.mm
|
|
RenderPass.h
|
|
RenderPass.mm
|
|
Resources.h
|
|
Texture.h
|
|
Texture.mm
|
|
Window.h
|
|
Window.mm) |