14 lines
249 B
CMake
14 lines
249 B
CMake
# Copyright (c) 2025 Dominic Masters
|
|
#
|
|
# This software is released under the MIT License.
|
|
# https://opensource.org/licenses/MIT
|
|
|
|
# Sources
|
|
target_sources(${DUSK_TARGET_NAME}
|
|
PRIVATE
|
|
ui.c
|
|
uitext.c
|
|
uifps.c
|
|
uiframe.c
|
|
uiconsole.c
|
|
) |