This commit is contained in:
2026-07-19 14:05:46 -05:00
parent 725338cd5a
commit 13a435e9c1
12 changed files with 389 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Copyright (c) 2026 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
target_sources(${DUSK_LIBRARY_TARGET_NAME}
PUBLIC
overworldscene.c
)