Files
dusk/src/rpg/item/CMakeLists.txt
2025-06-08 14:47:15 -05:00

11 lines
217 B
CMake

# Copyright (c) 2025 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Sources
target_sources(${DUSK_TARGET_NAME}
PRIVATE
itemtype.c
inventory.c
)