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

17 lines
371 B
CMake

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