Files
Seele/src/Engine/Graphics/RenderPass/CMakeLists.txt
T
2021-09-23 10:10:39 +02:00

16 lines
359 B
CMake

target_sources(SeeleEngine
PRIVATE
BasePass.h
BasePass.cpp
DepthPrepass.h
DepthPrepass.cpp
LightCullingPass.h
LightCullingPass.cpp
MeshProcessor.h
MeshProcessor.cpp
RenderGraph.h
RenderGraph.cpp
RenderPass.h
RenderPass.cpp
UIPass.h
UIPass.cpp)