Files
dusk/src/script/struct/CMakeLists.txt
Dominic Masters 794e0574ad
Some checks failed
Build Dusk / run-tests (push) Failing after 2m3s
Build Dusk / build-linux (push) Successful in 2m13s
Build Dusk / build-psp (push) Successful in 1m56s
Moved a few things around, definitely not clean but better.
2026-01-28 15:00:59 -06:00

10 lines
212 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
scriptstruct.c
)