Files
dusk/src/dusk/util/CMakeLists.txt
T
2026-06-26 14:21:48 -05:00

18 lines
301 B
CMake

# 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
crypt.c
endian.c
memory.c
random.c
string.c
math.c
sort.c
ref.c
)