Dawn/src/dawnopengl/display/CMakeLists.txt
2023-01-14 22:06:35 -08:00

18 lines
373 B
CMake

# Copyright (c) 2022 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
RenderManager.cpp
BackBufferRenderTarget.cpp
StandardRenderPipeline.cpp
Texture.cpp
TextureRenderTarget.cpp
)
# Subdirs
add_subdirectory(mesh)
add_subdirectory(shader)