Files
dusk/src/duskgl/display/shader/CMakeLists.txt
2026-03-17 08:42:43 -05:00

11 lines
228 B
CMake

# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
shadergl.c
shaderunlitgl.c
)