This commit is contained in:
2026-04-09 11:53:11 -05:00
parent 4cd3355ef1
commit 0d7b0aadd1
46 changed files with 614 additions and 1032 deletions
+15
View File
@@ -0,0 +1,15 @@
# 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
entity.c
entitycomponent.c
entitymanager.c
)
# Subdirectories
add_subdirectory(component)