2022-02-24 22:38:26 +01:00
|
|
|
target_sources(Engine
|
2022-11-17 16:47:42 +01:00
|
|
|
PRIVATE
|
2023-10-26 18:37:29 +02:00
|
|
|
Allocator.h
|
|
|
|
|
Allocator.cpp
|
|
|
|
|
Buffer.h
|
|
|
|
|
Buffer.cpp
|
|
|
|
|
CommandBuffer.h
|
|
|
|
|
CommandBuffer.cpp
|
|
|
|
|
DescriptorSets.h
|
|
|
|
|
DescriptorSets.cpp
|
|
|
|
|
Enums.h
|
|
|
|
|
Enums.cpp
|
|
|
|
|
Framebuffer.h
|
|
|
|
|
Framebuffer.cpp
|
|
|
|
|
Graphics.h
|
|
|
|
|
Graphics.cpp
|
|
|
|
|
Initializer.h
|
|
|
|
|
Initializer.cpp
|
|
|
|
|
Pipeline.h
|
|
|
|
|
Pipeline.cpp
|
|
|
|
|
PipelineCache.h
|
|
|
|
|
PipelineCache.cpp
|
|
|
|
|
Queue.h
|
|
|
|
|
Queue.cpp
|
|
|
|
|
RenderPass.h
|
|
|
|
|
RenderPass.cpp
|
|
|
|
|
RenderTarget.h
|
|
|
|
|
RenderTarget.cpp
|
|
|
|
|
Resources.h
|
|
|
|
|
Resources.cpp
|
|
|
|
|
Shader.h
|
|
|
|
|
Shader.cpp
|
|
|
|
|
Texture.h
|
|
|
|
|
Texture.cpp)
|
2023-02-24 22:09:07 +01:00
|
|
|
|
2022-11-22 22:11:37 +01:00
|
|
|
target_sources(Engine
|
|
|
|
|
PUBLIC FILE_SET HEADERS
|
|
|
|
|
FILES
|
2023-10-26 18:37:29 +02:00
|
|
|
Allocator.h
|
|
|
|
|
Buffer.h
|
|
|
|
|
CommandBuffer.h
|
|
|
|
|
DescriptorSets.h
|
|
|
|
|
Enums.h
|
|
|
|
|
Framebuffer.h
|
|
|
|
|
Graphics.h
|
|
|
|
|
Initializer.h
|
|
|
|
|
Pipeline.h
|
|
|
|
|
PipelineCache.h
|
|
|
|
|
Queue.h
|
|
|
|
|
RenderPass.h
|
|
|
|
|
RenderTarget.h
|
|
|
|
|
Resources.h
|
|
|
|
|
Shader.h
|
|
|
|
|
Texture.h)
|
2022-11-22 22:11:37 +01:00
|
|
|
|