Dawn/src/dawn/display/CMakeLists.txt

15 lines
257 B
CMake

# Copyright (c) 2024 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Subdirs
add_subdirectory(draw)
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
color.c
frame.c
symbol.c
)