Files
Seele/src/Engine/Graphics/Metal/CMakeLists.txt
T

17 lines
322 B
CMake
Raw Normal View History

2024-03-18 15:28:56 +01:00
target_sources(Engine
PRIVATE
2024-04-10 08:43:56 +02:00
Command.h
Command.mm
2024-04-09 16:41:12 +02:00
Enums.h
Enums.mm
2024-03-18 15:28:56 +01:00
Graphics.h
2024-04-09 16:41:12 +02:00
Graphics.mm
PrivateImpl.mm
RenderPass.h
RenderPass.mm
Resources.h
2024-04-10 09:58:39 +02:00
Resources.mm
2024-04-09 16:41:12 +02:00
Texture.h
Texture.mm
Window.h
Window.mm)