Dawn/src/dawn/rpg/world/CMakeLists.txt
2024-10-07 00:27:20 -05:00

15 lines
246 B
CMake

# Copyright (c) 2024 Dominic Masters
#
# This software is released under the MIT License.
# https://opensource.org/licenses/MIT
# Subdirs
# Sources
target_sources(${DAWN_TARGET_NAME}
PRIVATE
tile.c
map.c
trigger.c
maplist.c
)