Files
dusk/src/script/CMakeLists.txt
Dominic Masters 25dc97e3cc
Some checks failed
Build Dusk / run-tests (push) Failing after 2m12s
Build Dusk / build-linux (push) Successful in 2m3s
Build Dusk / build-psp (push) Failing after 1m28s
Update some script stuff.
2026-01-27 23:48:46 -06:00

16 lines
314 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
scriptmanager.c
scriptcontext.c
scriptmodule.c
scriptstruct.c
)
# Subdirectories
add_subdirectory(module)