Files
Seele/src/Engine/Graphics/Metal/CMakeLists.txt
T
2024-04-09 16:41:12 +02:00

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)