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

16 lines
359 B
CMake
Raw Normal View History

2020-06-02 11:46:18 +02:00
target_sources(SeeleEngine
PRIVATE
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
2021-09-23 10:10:39 +02:00
RenderPass.cpp
UIPass.h
UIPass.cpp)