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

17 lines
370 B
CMake
Raw Normal View History

2022-02-24 22:38:26 +01:00
target_sources(Engine
2022-09-24 21:06:25 +02:00
PUBLIC
2020-06-02 11:46:18 +02:00
BasePass.h
BasePass.cpp
DepthPrepass.h
DepthPrepass.cpp
2021-05-06 17:02:10 +02:00
LightCullingPass.h
LightCullingPass.cpp
2020-06-02 11:46:18 +02:00
MeshProcessor.h
2021-05-06 17:02:10 +02:00
MeshProcessor.cpp
RenderGraph.h
RenderGraph.cpp
RenderPass.h
2022-04-15 11:19:30 +02:00
TextPass.h
TextPass.cpp
2021-09-23 10:10:39 +02:00
UIPass.h
UIPass.cpp)