15 lines
246 B
CMake
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
|
|
) |