15 lines
336 B
CMake
15 lines
336 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
|
|
UIPass.h
|
|
UIPass.cpp) |