Moved all files.

This commit is contained in:
2026-03-06 14:01:21 -06:00
parent 38ce768168
commit 9139c4350a
209 changed files with 127 additions and 100 deletions
+15
View File
@@ -0,0 +1,15 @@
# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
array.c
endian.c
memory.c
string.c
math.c
sort.c
)