Files
Dawn/src/display/shaders/CMakeLists.txt
2022-01-02 22:30:41 -08:00

10 lines
202 B
CMake

# Copyright (c) 2022 Dominic Msters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${PROJECT_NAME}
PRIVATE
standardshader.c
)