This commit is contained in:
2023-11-15 23:13:22 -06:00
parent d8bc1d0fe3
commit 04dbead9a2
19 changed files with 330 additions and 25 deletions

View File

@ -4,13 +4,10 @@
# https://opensource.org/licenses/MIT
# Sources
# target_sources(${DAWN_TARGET_NAME}
# PRIVATE
# RenderManager.cpp
# BackBufferRenderTarget.cpp
# Texture.cpp
# TextureRenderTarget.cpp
# )
target_sources(${DAWN_TARGET_NAME}
PRIVATE
BackBufferRenderTarget.cpp
)
# Subdirs
add_subdirectory(mesh)